diff options
author | noa@gaiwan.org | 2024-06-23 09:21:30 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-23 09:21:30 +0000 |
commit | 0bffa0d54d3147db47647a3d2b0d64bcef641863 (patch) | |
tree | b3a76e5f0bb506d252e70132c4f78c15507d1026 | |
parent | d52729db25bb58cb3214943f878eb4f661668b0f (diff) |
Move package.el configuration into early-init
-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. |