summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-24 23:24:12 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-24 23:24:12 -0500
commit5c1cce805441514eee8d8d0812615675c3a4f034 (patch)
tree54a1631e58b4acbe667cb4ed063f9e10c5adb05b
parent06c562baad41e2a5aee6441437e0239b3df5b2f8 (diff)
downloadconfigs-5c1cce805441514eee8d8d0812615675c3a4f034.tar.gz
configs-5c1cce805441514eee8d8d0812615675c3a4f034.tar.xz
configs-5c1cce805441514eee8d8d0812615675c3a4f034.zip
[emacs][wip] small tweaks
-rw-r--r--init.org10
1 files changed, 9 insertions, 1 deletions
diff --git a/init.org b/init.org
index 60031a4..c8e0e29 100644
--- a/init.org
+++ b/init.org
@@ -1250,6 +1250,13 @@ Highlight matching parens.
:config (show-paren-mode))
#+end_src
+** simple (for column numbers)
+
+#+begin_src emacs-lisp
+(use-feature simple
+ :config (column-number-mode))
+#+end_src
+
** =savehist=
Save minibuffer history.
@@ -1810,6 +1817,7 @@ Emacs package that displays available keybindings in popup
#+begin_src emacs-lisp
(use-package smart-mode-line
:commands (sml/apply-theme)
+ :demand
:config
(sml/setup))
#+end_src
@@ -2413,5 +2421,5 @@ Display how long it took to load the init file.
* COMMENT Local Variables :ARCHIVE:
# Local Variables:
# eval: (add-hook 'after-save-hook #'a/async-babel-tangle 'append 'local)
-# eval: (typo-mode -1)
+# eval: (when (featurep 'typo (typo-mode -1)))
# End: