Created
October 5, 2018 18:12
-
-
Save eriksvedang/a8b07267af33fd329d1545d6d46d80ca to your computer and use it in GitHub Desktop.
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
| (menu-bar-mode -1) | |
| (ido-mode 1) | |
| (ido-everywhere 1) | |
| (global-set-key (kbd "C-x k") 'kill-this-buffer) | |
| (defalias 'yes-or-no-p 'y-or-n-p) | |
| (setq package-archives | |
| '(("gnu" . "http://elpa.gnu.org/packages/") | |
| ("marmalade" . "https://marmalade-repo.org/packages/") | |
| ("melpa" . "https://melpa.org/packages/"))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment