summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-10-28 15:26:55 +0200
committerMarc Coquand <marc@mccd.space>2024-10-28 15:26:55 +0200
commit3449baae2d37938bbced90b4d9734911d2c6e875 (patch)
tree12a3a53d6b148ef15431f45d166e3d18b7d3fce6 /home
parent012b1e0574868d2040a3bf0b0f303d7fe7d0feb7 (diff)
downloadguix-3449baae2d37938bbced90b4d9734911d2c6e875.tar.gz
guix-3449baae2d37938bbced90b4d9734911d2c6e875.tar.bz2
guix-3449baae2d37938bbced90b4d9734911d2c6e875.zip
.
Diffstat (limited to 'home')
-rw-r--r--home/dots/.emacs9
1 files changed, 6 insertions, 3 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs
index b54ad1b..2e81266 100644
--- a/home/dots/.emacs
+++ b/home/dots/.emacs
@@ -488,6 +488,9 @@
(global-set-key (kbd "C-h D") 'devdocs-lookup))
(use-package custom-keymaps
+ :bind
+ (:map keymaps-mode-map
+ ("C-c ." . er/expand-region))
:load-path "elisp")
(use-package sgml-mode
@@ -665,7 +668,6 @@
'org-babel-load-languages
'((shell . t)
(rec .t)))
-
:config
(setq org-refile-targets
'((nil :maxlevel . 4)
@@ -692,7 +694,7 @@
:prepend t)
("n" "Inbox"
entry (file "~/personal-db/notes/inbox.org")
- "** %?\n%T"
+ "* %?\n%T\n"
:empty-lines 1)))
(set-face-attribute 'org-block nil :inherit 'fixed-pitch)
(set-face-attribute 'org-code nil :inherit 'fixed-pitch)
@@ -785,6 +787,8 @@
;; don't keep message compose buffers around after sending:
(setq message-kill-buffer-on-exit t)
+ (setq mu4e-notification-support t)
+
;; send function:
(setq send-mail-function 'sendmail-send-it
message-send-mail-function 'sendmail-send-it)
@@ -849,7 +853,6 @@
(("/work/[Gmail]/All Mail" . ?a)
("/work/INBOX" . ?i))))))))
-
(use-package lem
:ensure t
:config