Emacs config updates
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
(defvar thoom/dir (file-name-directory load-file-name)
|
||||
"The root dir of the Thoom Emacs distribution.")
|
||||
(defvar thoom/modules-dir (expand-file-name "modules" thoom/dir)
|
||||
@@ -10,16 +9,13 @@
|
||||
|
||||
;; Elpaca package manager
|
||||
(require 'thoom-elpaca)
|
||||
;; OS-specific tweaks
|
||||
(require 'thoom-os)
|
||||
;; Vertico, Embark, Corfu, etc
|
||||
(require 'thoom-completion)
|
||||
;; Emacs appearance
|
||||
(require 'thoom-theme)
|
||||
(require 'thoom-tweaks)
|
||||
|
||||
(use-package magit
|
||||
:after seq
|
||||
:ensure t
|
||||
:custom (magit-save-repository-buffers 'dontask)
|
||||
:bind (("C-x g" . magit-status)
|
||||
:map magit-mode-map
|
||||
(":" . execute-extended-command)
|
||||
("x" . magit-discard)))
|
||||
(require 'thoom-org)
|
||||
(require 'thoom-lisp)
|
||||
(require 'thoom-git)
|
||||
|
||||
Reference in New Issue
Block a user