mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor, general refactor & reformatting
Also swaps C-o and M-o in ivy And use new ;;;###package cookie (not used yet)
This commit is contained in:
@ -19,12 +19,12 @@
|
||||
(set-company-backend! 'lua-mode '(company-lua company-yasnippet)))
|
||||
|
||||
|
||||
;; `moonscript'
|
||||
;;;###package moonscript
|
||||
(setq-hook! 'moonscript-mode-hook moonscript-indent-offset tab-width)
|
||||
|
||||
|
||||
;;
|
||||
;; Frameworks
|
||||
;;; Frameworks
|
||||
|
||||
(def-project-mode! +lua-love-mode
|
||||
:modes (lua-mode markdown-mode json-mode)
|
||||
|
Reference in New Issue
Block a user