Move config files to XDG-compatible path
Move config files to XDG-compatible path: `$HOME/.config/emacs`.
This commit is contained in:
parent
05ad81c631
commit
7df5b0e507
19 changed files with 3 additions and 3 deletions
8
.config/emacs/config/c.el
Normal file
8
.config/emacs/config/c.el
Normal file
|
@ -0,0 +1,8 @@
|
|||
;; set c style to linux and indention to 2
|
||||
(setq c-default-style "linux"
|
||||
c-basic-offset 2)
|
||||
|
||||
(use-package lsp-mode
|
||||
:ensure t
|
||||
:hook
|
||||
(c-mode . lsp-deferred))
|
Loading…
Add table
Add a link
Reference in a new issue