-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emacs need custom.el file to start cleanly #1
base: master
Are you sure you want to change the base?
Conversation
I've come up with a better way to solve this: let lisp do the work of testing for the file existence and creating it if needed: #+name: customize-config |
👍 it is enough to add an empty |
- :defer t - :after org - indentation fixes
Was preventing autofill of category by tab
remove alias setup
use :custom
add ref to source
upgrade from function
several small changes trying to get rid of error
By deleting our custom.el file you cause emacs not to start cleanly. One line instruction have been added to emacs.org so that other users who fork this repo are not affected. Note: The empty custom.el is included in the commit that will overwrite any custom.el you might happen to have.