]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Enable set-goal-column (C-x C-n)
authorEshel Yaron <eshel@dazz.io>
Tue, 7 Jun 2022 15:15:59 +0000 (18:15 +0300)
committerEshel Yaron <eshel@dazz.io>
Tue, 7 Jun 2022 15:15:59 +0000 (18:15 +0300)
.emacs.d/esy.org

index 966e7016c95dadbde46465ed4724feb1fd013e0c..c4df5c982d533d1824704387b0be52cfadbcc1de 100644 (file)
@@ -877,7 +877,8 @@ refiling directly into deeper headings as well.
     (keymap-set ctl-x-map "w" #'esy/eww)
     (keymap-set ctl-x-map "G" #'gnus)
     (keymap-set ctl-x-map "E" #'elfeed)
-    (keymap-set ctl-x-map "j" #'org-agenda))
+    (keymap-set ctl-x-map "j" #'org-agenda)
+    (put 'set-goal-column 'disabled nil))
 
   (add-hook 'after-init-hook #'esy/customize-ctl-x-map)
 #+end_src