Clean up packages.el files
This commit is contained in:
parent
82f6037085
commit
d4b0216154
6 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; core/evil/config.el
|
;;; core/evil/config.el
|
||||||
|
;;
|
||||||
;; I'm a vimmer at heart. Its modal philosophy suits me better, and this module
|
;; I'm a vimmer at heart. Its modal philosophy suits me better, and this module
|
||||||
;; strives to make Emacs a much better vim than vim was.
|
;; strives to make Emacs a much better vim than vim was.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; core/evil/packages.el
|
;;; core/evil/packages.el
|
||||||
|
|
||||||
(package! evil)
|
(package! evil)
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; lang/emacs-lisp/packages.el
|
;;; lang/emacs-lisp/packages.el
|
||||||
|
|
||||||
(package! auto-compile)
|
(package! auto-compile)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;; lang/javascript/packages.el
|
;;; lang/javascript/packages.el
|
||||||
|
|
||||||
(package! js2-mode)
|
(package! js2-mode)
|
||||||
(package! jsx-mode)
|
(package! jsx-mode)
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
;;; packages.el
|
;; -*- no-byte-compile: t; -*-
|
||||||
|
;;; ui/doom-modeline/packages.el
|
||||||
|
|
||||||
;;; These are the invisible dependencies
|
;;; These are the invisible dependencies
|
||||||
;; Required
|
;; Required
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; ui/doom/packages.el
|
;;; ui/doom/packages.el
|
||||||
|
|
||||||
(package! beacon :demand t)
|
(package! beacon :demand t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue