projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
06c562b
)
[emacs][wip] small tweaks
author
Amin Bandali
<bandali@gnu.org>
Tue, 25 Dec 2018 04:24:12 +0000
(23:24 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Tue, 25 Dec 2018 04:24:12 +0000
(23:24 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
60031a4
..
c8e0e29
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-1250,6
+1250,13
@@
Highlight matching parens.
:config (show-paren-mode))
#+end_src
: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.
** =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)
#+begin_src emacs-lisp
(use-package smart-mode-line
:commands (sml/apply-theme)
+ :demand
:config
(sml/setup))
#+end_src
: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)
* 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:
# End: