summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-01-28 11:41:19 +0000
committerYann Herklotz <git@yannherklotz.com>2023-01-28 11:41:19 +0000
commit7eb145292588ff7a2d65e0da0b4ff189d43cc97c (patch)
treecdfa2a2c7f0a5a2444d8b7a362d75b1536271e26
parent2b2cbe56982a49d0947f0011a31839612dd6da21 (diff)
downloadymh-emacs-7eb145292588ff7a2d65e0da0b4ff189d43cc97c.tar.gz
ymh-emacs-7eb145292588ff7a2d65e0da0b4ff189d43cc97c.zip
Small tweaks to emacs config
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.el b/init.el
index 2a3c478..c68aafd 100644
--- a/init.el
+++ b/init.el
@@ -87,6 +87,8 @@
(setq confirm-nonexistent-file-or-buffer nil)
(setq ring-bell-function 'ignore)
(setq sentence-end-double-space t)
+ (setq dired-dwim-target t)
+
(setq truncate-partial-width-windows nil)
(setq-default bidi-paragraph-direction 'left-to-right)
(if (version<= "27.1" emacs-version)
@@ -538,7 +540,8 @@ https://yannherklotz.com"))
(2 . "computing.org")
(3 . "verification.org")
(4 . "mathematics.org")
- (5 . "hardware.org")))
+ (5 . "hardware.org")
+ (6 . "general.org")))
:config
(org-zettelkasten-setup))