diff options
author | jao <jao@gnu.org> | 2025-09-17 03:52:45 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-17 03:52:45 +0100 |
commit | 900ca515fa70cbb92bdf1125d3a5d1ef8c35e74d (patch) | |
tree | 37984cad133515b927feecaf302dc18d0dd752e1 /init.el | |
parent | cae35a96d6945100aadebbecbe339d514286c8c8 (diff) | |
download | elibs-900ca515fa70cbb92bdf1125d3a5d1ef8c35e74d.tar.gz elibs-900ca515fa70cbb92bdf1125d3a5d1ef8c35e74d.tar.bz2 |
typos
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -468,7 +468,6 @@ (jao-when-linux (jao-themes-setup)) - ;;; Help system ;;;; help buffers (setq help-window-select t @@ -1568,7 +1567,7 @@ :init (setq magit-repository-directories (jao-d-l - '(("/Users/jao/Projects" 3)) + '(("/Users/jao/Projects" . 3)) '(("/home/jao/usr/bigml" . 2) ("/home/jao/usr/jao" . 3) ("/usr/local/src" . 1)))) |