mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-19 11:12:23 +00:00
[emacs] temporarily disabling powerline
Waiting for a startup error to be resolved: https://github.com/milkypostman/powerline/issues/80 Debugger entered--Lisp error: (void-variable left) powerline-reset() require(powerline) eval((require (quote powerline)) nil) eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp nil nil) command-execute(eval-last-sexp)
This commit is contained in:
parent
aa7d44cc1c
commit
8ca2add797
1 changed files with 1 additions and 0 deletions
|
@ -258,6 +258,7 @@ languages. Setting ~Confirm Evaluation~ to ~No~ disables the
|
||||||
#+name: packages
|
#+name: packages
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package powerline
|
(use-package powerline
|
||||||
|
:disabled t
|
||||||
:ensure t
|
:ensure t
|
||||||
:init (powerline-default-theme))
|
:init (powerline-default-theme))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in a new issue