We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4e49d commit 4ca932fCopy full SHA for 4ca932f
user.el
@@ -42,6 +42,9 @@
42
(setq calendar-longitude -103.35)
43
(setq wttrin-default-cities '("Bali, Indonesia"))
44
45
+;; For some reason this gets overwritten by delete a sentence (at least in org mode)
46
+(global-set-key (kbd "<M-backspace>") 'jj/delete-backward-word)
47
+
48
(defun jj/org-number-of-subentries (&optional pos match scope level)
49
"Return number of subentries for entry at POS.
50
MATCH and SCOPE are the same as for `org-map-entries', but
0 commit comments