summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-11-13 19:21:55 -0500
committerAmin Bandali <bandali@gnu.org>2018-11-13 19:21:55 -0500
commitef1cf29ad9cb8dca9c2c3be3d563e2ba0ab8310e (patch)
treec2aff5c703b0a440c9de5dbd507608c1f31a4b1a /init.org
parent81ad062de322f5bb378f8a2e7b36ef7cd50ffeb9 (diff)
downloadconfigs-ef1cf29ad9cb8dca9c2c3be3d563e2ba0ab8310e.tar.gz
configs-ef1cf29ad9cb8dca9c2c3be3d563e2ba0ab8310e.tar.xz
configs-ef1cf29ad9cb8dca9c2c3be3d563e2ba0ab8310e.zip
[emacs] disable supercite auto-fill for now, move borg-remove
TODO: look into filladapt or gin-mode for possibily better filling
Diffstat (limited to 'init.org')
-rw-r--r--init.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/init.org b/init.org
index 741ad7a..fa22736 100644
--- a/init.org
+++ b/init.org
@@ -243,7 +243,9 @@ can then be managed with the help of Magit or other tools.
("C-c B A" . borg-activate)
("C-c B a" . borg-assimilate)
("C-c B b" . borg-build)
- ("C-c B c" . borg-clone)))
+ ("C-c B c" . borg-clone)
+ ("C-c B m" . borg-insert-update-message)
+ ("C-c B r" . borg-remove)))
#+end_src
*** =use-package=
@@ -283,7 +285,6 @@ database, low-level functions for querying the database, and a
:bind
(("C-c B d" . epkg-describe-package)
("C-c B p" . epkg-list-packages)
- ("C-c B r" . borg-remove)
("C-c B u" . epkg-update)))
#+end_src
@@ -2015,7 +2016,7 @@ Convenient footnotes in =message-mode=.
(setq sc-nested-citation-p t
;; sc-cite-blank-lines-p t
sc-citation-leader ""
- sc-auto-fill-region-p t
+ sc-auto-fill-region-p nil
sc-confirm-always-p nil)
:config
(defun amin--sc-header ()