update configs whatever idk what changed

This commit is contained in:
2024-01-24 16:32:59 +01:00
parent 85b50274bf
commit a312a5dd34
2 changed files with 8 additions and 0 deletions

7
.emacs
View File

@@ -45,6 +45,7 @@
:config
:hook (;; replace XXX-mode with concrete major-mode(e. g. python-mode)
(c-mode . lsp)
(c++-mode . lsp)
(python-mode . lsp))
:commands lsp)
@@ -65,6 +66,12 @@
(setq neo-theme (if (display-graphic-p) 'icons))
;; Use keybindings
(use-package grip-mode
:ensure t
:bind (:map markdown-mode-command-map
("g" . grip-mode)))
;; emacs gdb
(fmakunbound 'gdb)
(fmakunbound 'gdb-enable-debug)