From 2a91fedb6820b8642243cc65cdce26c735ef4795 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 14 Dec 2017 01:33:51 -0500 Subject: [PATCH] Bubble-up echo-keystrokes setting --- global.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/global.org b/global.org index 9cafd4f..6e52a84 100644 --- a/global.org +++ b/global.org @@ -186,7 +186,6 @@ (setq indent-tabs-mode nil) #+END_SRC - ** Show matching parens Use mic-paren for paren-highlighting *** TODO find out if there are better options out there @@ -231,6 +230,11 @@ ;; (setq fcl-fringe-bitmap 'right-triangle) #+END_SRC +** Turn on echo mode + Display unfinished commands in the echo area after the specified delay. + #+BEGIN_SRC emacs-lisp + (setq echo-keystrokes 0.10) + #+END_SRC * Main packages ** Outshine #+BEGIN_SRC emacs-lisp @@ -409,8 +413,6 @@ ;; * toorg (require 'highlight-sexps) - (setq echo-keystrokes 0.10) - (require 'package) (add-to-list 'package-archives '("melpa-stable" . "http://stable.melpa.org/packages/") t)