Add new configs
Updated existing configs to actually provide the correct symbols
This commit is contained in:
13
lisp/pidgey.el
Normal file
13
lisp/pidgey.el
Normal file
@@ -0,0 +1,13 @@
|
||||
;;; $DOOMDIR/lisp/pidgey.el --- Host specific configuration -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
(setopt org-directory "~/org/")
|
||||
|
||||
|
||||
;; For elisp-autofmt
|
||||
;; Local variables:
|
||||
;; elisp-autofmt-load-packages-local: ("use-package" "use-package-core")
|
||||
;; end:
|
||||
(provide 'pidgey)
|
||||
;;; pidgey.el ends here
|
||||
Reference in New Issue
Block a user