Bubble-up echo-keystrokes setting

master
Jacopo De Simoi 8 years ago
parent bf5a400c41
commit 2a91fedb68
  1. 8
      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)

Loading…
Cancel
Save