Created
March 30, 2016 05:16
-
-
Save omps/9177f579be2cae1ca784fc950a3eb663 to your computer and use it in GitHub Desktop.
emacs tips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```lisp | |
| ;; emacs initialization | |
| (setq ring-bell-function (lambda())) | |
| (setq inhibit-splash-screen t | |
| initial-major-mode 'fundamental-mode) ;; removes the emacs splash screen and loads scratch buffer | |
| ;; initial-buffer-choice "h:/README.org");; removes the emacs splash screen and loads scratch buffer | |
| ``` |
Author
omps
commented
Mar 30, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment