diff --git a/init.el b/init.el index 626b0b0..0b9beda 100644 --- a/init.el +++ b/init.el @@ -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 - ("" . fold-dwim-toggle) ("C-x t" . fold-dwim-toggle) :hook (prog-mode . hs-minor-mode))