Update to emacs 30.

This commit is contained in:
Tom Alexander
2025-02-24 22:09:23 -05:00
parent fd0c92f3eb
commit bab2cfdc7b
4 changed files with 12 additions and 7 deletions

View File

@@ -56,6 +56,7 @@
(savehist-mode))
(use-package which-key
:pin gnu
:diminish
:config
(which-key-mode))

View File

@@ -63,6 +63,9 @@
show-trailing-whitespace t
;; Remove the line when killing it with ctrl-k
kill-whole-line t
;; Show the current project in the mode line
project-mode-line t
)
;; (setq-default fringes-outside-margins t)