Emacs config updates

This commit is contained in:
2024-04-09 12:09:23 -07:00
parent 1a0ee5f081
commit 3f5d0b0247
8 changed files with 118 additions and 129 deletions

View File

@@ -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)