* Providing all init files, loading them with require
* Moved load-file-if-exists to init-functions
* Added init-misc.el for random things that don't fit anywhere else
* Never any tabs, ever. Go away!
Bindings:
* quit Emacs -> C-x r q ("real quit")
* delete-frame -> C-x C-c
* make-frame -> C-x C-n
This commit is contained in:
parent
43a99dea3a
commit
503600091e
7 changed files with 43 additions and 11 deletions
|
|
@ -96,3 +96,5 @@
|
|||
(interactive)
|
||||
(let ((inhibit-read-only t))
|
||||
(erase-buffer)))
|
||||
|
||||
(provide 'init-eshell)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue