1 files changed, 16 insertions(+), 0 deletions(-)
M init.org
M init.org => init.org +16 -0
@@ 1329,6 1329,22 @@ still figuring out how best to use it. For starters, a function for calling the
(shell-command (format "dict -h localhost %s" word)))
#+end_src
+** unfill
+
+#+begin_src emacs-lisp
+(use-package unfill
+ :ensure t
+ :bind ("M-q" . unfill-toggle))
+#+end_src
+
+** delete-selection-mode
+
+#+begin_src emacs-lisp
+(use-package emacs
+ :config
+ (delete-selection-mode 1))
+#+end_src
+
* Meta
** Private configuration