first commit
This commit is contained in:
20
profiles/desktop/.emacs.d/init.el
Normal file
20
profiles/desktop/.emacs.d/init.el
Normal file
@@ -0,0 +1,20 @@
|
||||
;;; init.el --- my emacs config -*- lexical-binding: t -*-
|
||||
;;; Commentary:
|
||||
|
||||
;; set load path
|
||||
(add-to-list 'load-path "~/.emacs.d/modules")
|
||||
|
||||
;; include modules containing various configs
|
||||
(dolist (module '(common
|
||||
package-manager
|
||||
user-interface
|
||||
editing
|
||||
programming
|
||||
org-mode
|
||||
sysadm
|
||||
erc
|
||||
misc))
|
||||
(require module))
|
||||
|
||||
(provide 'init)
|
||||
;;; init.el ends here
|
||||
Reference in New Issue
Block a user