From: Amin Bandali Date: Tue, 25 Dec 2018 04:24:12 +0000 (-0500) Subject: [emacs][wip] small tweaks X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/5c1cce805441514eee8d8d0812615675c3a4f034 [emacs][wip] small tweaks --- 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: