From c3d3a4efa460266897e54c797aed6a642a32efa7 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 1 Jun 2017 18:01:05 +0200 Subject: emacs: added the bool-flip package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.html | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'emacs/init.html') diff --git a/emacs/init.html b/emacs/init.html index c0b52b3..45e7a09 100644 --- a/emacs/init.html +++ b/emacs/init.html @@ -4,7 +4,7 @@ mssola's GNU Emacs configuration - + @@ -1179,6 +1179,19 @@ remember some of these snippets, I've mapped , h to (evil-leader/set-key "h" 'yas-describe-tables))) + +

+bool-flip is a very simple utility that toggles truthy/falsey values. +

+ +
+ +
(use-package bool-flip
+  :ensure t
+  :config
+  (global-set-key (kbd "C-c b") 'bool-flip-do-flip))
+
+
@@ -1499,13 +1512,12 @@ the rest.

-Set a key binding for magit-blame and magit-log-buffer-file. +Set a key binding for magit-log-buffer-file.

-
(global-set-key (kbd "C-c b") 'magit-blame)
-(global-set-key (kbd "C-c l") 'magit-log-buffer-file)
+
(global-set-key (kbd "C-c l") 'magit-log-buffer-file)
 
@@ -2918,7 +2930,7 @@ along with this program. If not, see < -- cgit v1.2.3