Add new configs
Updated existing configs to actually provide the correct symbols
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
;;; $DOOMDIR/lsip/DESKTOP-TPC8GRE.el -*- lexical-binding: t; -*-
|
||||
;;; $DOOMDIR/lisp/DESKTOP-TPC8GRE.el --- Host specific configuration -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
;; Must be set before org loads
|
||||
(setopt
|
||||
org-directory
|
||||
"C:/Users/EmmaTurner/OneDrive - Exponential Technology Group, Inc/Documents/Notes/")
|
||||
|
||||
(provide (intern (system-name)))
|
||||
|
||||
;; For elisp-autofmt
|
||||
;; Local variables:
|
||||
;; elisp-autofmt-load-packages-local: ("use-package" "use-package-core")
|
||||
;; end:
|
||||
(provide 'DESKTOP-TPC8GRE)
|
||||
;;; DESKTOP-TPC8GRE.el ends here
|
||||
|
||||
10
lisp/gnu-linux.el
Normal file
10
lisp/gnu-linux.el
Normal file
@@ -0,0 +1,10 @@
|
||||
;;; $DOOMDIR/lisp/gnu-linux.el --- GNU/Linux specific configuration -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
;; For elisp-autofmt
|
||||
;; Local variables:
|
||||
;; elisp-autofmt-load-packages-local: ("use-package" "use-package-core")
|
||||
;; end:
|
||||
(provide 'gnu-linux)
|
||||
;;; gnu-linux.el ends here
|
||||
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
|
||||
@@ -1,5 +1,6 @@
|
||||
;;; $DOOMDIR/lisp/windows-nt.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;; $DOOMDIR/lisp/windows-nt.el --- Windows specific configuration -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
;; Windows path
|
||||
(when (eq system-type 'windows-nt)
|
||||
|
||||
@@ -19,9 +20,9 @@
|
||||
(append exec-path (split-string (getenv "PATH") path-separator t)))))
|
||||
(setenv "PATH" (mapconcat 'identity (delete-dups path) path-separator))))
|
||||
|
||||
(provide (intern (format "%s" system-type)))
|
||||
|
||||
;; For elisp-autofmt
|
||||
;; Local variables:
|
||||
;; elisp-autofmt-load-packages-local: ("use-package" "use-package-core")
|
||||
;; end:
|
||||
(provide 'windows-nt)
|
||||
;;; windows-nt.el ends here
|
||||
|
||||
Reference in New Issue
Block a user