emacs - Add lua and yaml mode
This commit is contained in:
parent
b451fe22e6
commit
3a4049c6f4
1 changed files with 5 additions and 2 deletions
|
@ -15,6 +15,9 @@
|
||||||
(read-from-minibuffer
|
(read-from-minibuffer
|
||||||
(concat prompt "(type yes) ")))))
|
(concat prompt "(type yes) ")))))
|
||||||
|
|
||||||
|
;; Disable annoying keybinding hints
|
||||||
|
(setq suggest-key-bindings nil)
|
||||||
|
|
||||||
;; Ask if you want to quit emacs
|
;; Ask if you want to quit emacs
|
||||||
(setq confirm-kill-emacs 'my/yes-or-whatever-p)
|
(setq confirm-kill-emacs 'my/yes-or-whatever-p)
|
||||||
|
|
||||||
|
@ -125,7 +128,7 @@
|
||||||
'(inhibit-startup-screen t)
|
'(inhibit-startup-screen t)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(evil-indent-plus company delight evil-org org-bullets counsel powerline-evil powerline origami projectile terminal-here swiper neotree ivy heroku-theme use-package yasnippet evil-surround org evil-magit magit makefile-runner evil))))
|
(lua-mode yaml-mode evil-indent-plus company delight evil-org org-bullets counsel powerline-evil powerline origami projectile terminal-here swiper neotree ivy heroku-theme use-package yasnippet evil-surround org evil-magit magit makefile-runner evil))))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
Loading…
Reference in a new issue