mirror of
https://github.com/Foltik/dotfiles
synced 2025-02-08 11:24:15 -05:00
Move sandbox into main config
This commit is contained in:
parent
a79455dc49
commit
659984a9ad
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
;; Needs to be commented or else it will be added back
|
;; Needs to be commented or else it will be added back
|
||||||
; (package-initialize)
|
; (package-initialize)
|
||||||
|
|
||||||
(defvar jf-config-file (expand-file-name "sandbox.org" user-emacs-directory))
|
(defvar jf-config-file (expand-file-name "config.org" user-emacs-directory))
|
||||||
(defvar jf-init-file (expand-file-name "init.el" user-emacs-directory))
|
(defvar jf-init-file (expand-file-name "init.el" user-emacs-directory))
|
||||||
(defvar jf-load-path (expand-file-name "lisp/" user-emacs-directory))
|
(defvar jf-load-path (expand-file-name "lisp/" user-emacs-directory))
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ Editors:
|
|||||||
- emacs:
|
- emacs:
|
||||||
config:
|
config:
|
||||||
- .emacs.d/config.org
|
- .emacs.d/config.org
|
||||||
- .emacs.d/sandbox.org
|
|
||||||
- .emacs.d/init.el
|
- .emacs.d/init.el
|
||||||
- .local/share/applications/emacs.desktop
|
- .local/share/applications/emacs.desktop
|
||||||
- neovim
|
- neovim
|
||||||
|
Loading…
Reference in New Issue
Block a user