remove theme, add lua mode, gitignore
This commit is contained in:
parent
2021acf418
commit
a9e090ccbd
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
/FsAutoComplete/
|
||||||
|
/auto-save-list/
|
||||||
|
/backups/
|
||||||
|
/eln-cache/
|
||||||
|
/elpa/
|
||||||
|
/projectile-bookmarks.eld
|
||||||
|
/transient/
|
||||||
6
init.el
6
init.el
@ -167,10 +167,6 @@
|
|||||||
(setq yas-snippet-dirs '("~/.emacs.d/snippets"))
|
(setq yas-snippet-dirs '("~/.emacs.d/snippets"))
|
||||||
(yas-global-mode 1))
|
(yas-global-mode 1))
|
||||||
|
|
||||||
(use-package zenburn-theme
|
|
||||||
:ensure t
|
|
||||||
:config (load-theme 'zenburn t))
|
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:ensure t
|
:ensure t
|
||||||
:commands (magit-status magit-get-current-branch)
|
:commands (magit-status magit-get-current-branch)
|
||||||
@ -253,6 +249,8 @@
|
|||||||
eglot-report-progress nil
|
eglot-report-progress nil
|
||||||
eglot-ignored-server-capabilities '(:inlayHintProvider)))
|
eglot-ignored-server-capabilities '(:inlayHintProvider)))
|
||||||
|
|
||||||
|
(use-package lua-mode :ensure t)
|
||||||
|
|
||||||
(use-package which-key
|
(use-package which-key
|
||||||
:ensure t
|
:ensure t
|
||||||
:config (which-key-mode))
|
:config (which-key-mode))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user