:commands (paradox-list-packages paradox-install paradox-upgrade-packages)
:idle
(progn
- (paradox-enable)
+ ;(paradox-enable)
(setq paradox-github-token t)
))
#+END_SRC
And modeline-posn is great. It will hilight the column number in the
modeline in red as soon as you are over the defined limit.
-
-
#+BEGIN_SRC emacs-lisp
(line-number-mode 1)
(column-number-mode 1)
(use-package modeline-posn
:ensure t
- :config
+ :idle
(progn
(set-face-foreground 'modelinepos-column-warning "grey20")
(set-face-background 'modelinepos-column-warning "red")