diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config.org b/config.org index a8cf5a0..f026f16 100644 --- a/config.org +++ b/config.org @@ -1065,15 +1065,6 @@ Shift click to select region with the mouse. This annoyingly rings the bell for (global-set-key (kbd "S-<down-mouse-1>") 'mouse-save-then-kill) #+end_src -** packages -#+begin_src elisp -(setopt package-archives - '(("gnu" . "https://elpa.gnu.org/packages/") - ("nongnu" . "https://elpa.nongnu.org/nongnu/") - ("melpa-stable" . "https://stable.melpa.org/packages/") - ("melpa" . "https://melpa.org/packages/"))) -#+end_src - ** saving Backups are pointless in long emacs sessions imo, but autosaves are useful. |