update configs whatever idk what changed
This commit is contained in:
7
.emacs
7
.emacs
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user