X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/c145ffd981a65b0556b25611aeb8064c05f67812..5c1cce805441514eee8d8d0812615675c3a4f034:/init.org 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: