mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
mmt, naming conventions
This commit is contained in:
parent
119320d6b2
commit
29e2c5e7d8
2 changed files with 6 additions and 1 deletions
6
init.el
6
init.el
|
|
@ -40,8 +40,12 @@
|
|||
|
||||
(define-prefix-command '*root-map*)
|
||||
|
||||
;; (org-babel-load-file
|
||||
;; (expand-file-name "config-exwm.org"
|
||||
;; user-emacs-directory))
|
||||
|
||||
(org-babel-load-file
|
||||
(expand-file-name "config.org"
|
||||
(expand-file-name "config-base.org"
|
||||
user-emacs-directory))
|
||||
|
||||
(org-babel-load-file
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
(use-package f)
|
||||
(use-package s)
|
||||
(use-package dash)
|
||||
(use-package mmt)
|
||||
|
||||
;;; These are utilities that I have written.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue