Unbind <f7> (was fold-dwim-toggle).

This commit is contained in:
tastytea 2019-09-25 01:01:40 +02:00
parent a549ffacde
commit 823275a431

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;; Time-stamp: <2019-09-24T02:46:08+00:00>
;; Time-stamp: <2019-09-24T23:01:29+00:00>
;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with
@ -338,7 +338,6 @@ With argument, do this that many times."
;; Fold code.
(use-package fold-dwim
:bind
("<f7>" . fold-dwim-toggle)
("C-x t" . fold-dwim-toggle)
:hook
(prog-mode . hs-minor-mode))