Added Custom.el for emacs
All generated content should go here.
This commit is contained in:
parent
8caec07555
commit
e137009579
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -5,6 +5,10 @@
|
|||
# Ignore the temp files created by emacs.
|
||||
*.#*
|
||||
|
||||
################################################################################
|
||||
# EMACS
|
||||
emacs/custom.el
|
||||
|
||||
################################################################################
|
||||
# VIM
|
||||
vim/backup/*
|
||||
|
|
|
@ -310,6 +310,11 @@ executes.
|
|||
This function is mostly useful for variables that need to be set
|
||||
before packages are loaded. If you are unsure, you should try in setting them in
|
||||
`dotspacemacs/user-config' first."
|
||||
|
||||
;; Define Custom File.
|
||||
(setq custom-file
|
||||
(expand-file-name "custom.el" dotspacemacs-directory)
|
||||
)
|
||||
)
|
||||
|
||||
(defun dotspacemacs/user-config ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user