mmt, naming conventions

This commit is contained in:
Benson Chu 2019-12-28 16:16:57 -06:00
parent 119320d6b2
commit 29e2c5e7d8
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -4,6 +4,7 @@
(use-package f)
(use-package s)
(use-package dash)
(use-package mmt)
;;; These are utilities that I have written.