From 8c8987aa86993c100b20414a46e3dfcf7dc57cd0 Mon Sep 17 00:00:00 2001 From: fpi Date: Fri, 18 Sep 2020 15:51:14 +0200 Subject: Add whole-line-or-region & redtick packages --- emacs-init.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index deef3bd..40bb8ff 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -5342,6 +5342,20 @@ Saves to a temp file and puts the filename in the kill ring." (kill-new filename) (message filename))) #+end_src +*** Whole-line-or-region +#+begin_src emacs-lisp +(use-package whole-line-or-region + :straight t + :config + (whole-line-or-region-global-mode 1) + (delight 'whole-line-or-region-local-mode nil t)) +#+end_src +*** Pomodoro / Redtick +#+begin_src emacs-lisp +(use-package redtick + :straight t + :config (redtick-mode 1)) +#+end_src * Language settings End sentences with single spaces. #+begin_src emacs-lisp -- cgit v1.2.3