Skip to content

Commit

Permalink
refactor(init): minor rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 3, 2023
1 parent da81579 commit d545d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
(add-hook 'emacs-startup-hook #'+minemacs--loaded-h -101)

;; ========= Make some special hooks =========
(+make-first-file-hook! "org" "\\.org$")
(+make-first-file-hook! "elisp" "\\.elc?$")
(+make-first-file-hook! 'org "\\.org$")
(+make-first-file-hook! 'elisp "\\.elc?$")
(+make-first-file-hook! nil ".")

;; ========= Load MinEmacs packages and user customization =========
Expand Down

0 comments on commit d545d04

Please sign in to comment.