Decrease line length in source block

This commit is contained in:
Gerard Vermeulen 2022-05-28 18:05:47 +02:00
parent 6b22c96e64
commit 49babb5fda

View File

@ -3914,11 +3914,11 @@ initializes a list of =webjump-sites=.
(custom-set-variables
'(webjump-sites
'(("CS 325 AI Programming" . "courses.cs.northwestern.edu/325")
("Emacs Git Repository" . "git.savannah.gnu.org/cgit/emacs.git")
("Emacs Git" . "git.savannah.gnu.org/cgit/emacs.git")
("Emacs News" . "sachachua.com/blog/category/emacs-news")
("GNU ELPA Git Repository" . "git.savannah.gnu.org/cgit/emacs/elpa.git")
("NonGNU ELPA Git Repository" . "git.savannah.gnu.org/cgit/emacs/nongnu.git")
("Org Mode Git Repository" . "git.savannah.gnu.org/cgit/emacs/org-mode.git")
("GNU ELPA Git" . "git.savannah.gnu.org/cgit/emacs/elpa.git")
("NonGNU ELPA Git" . "git.savannah.gnu.org/cgit/emacs/nongnu.git")
("Org Mode Git" . "git.savannah.gnu.org/cgit/emacs/org-mode.git")
("Org Mode List" . "list.orgmode.org")
("Worg - Org Mode Community" . "orgmode.org/worg")
("Planet Emacs Life" . "planet.emacslife.com")