remove buffer encoding from modeline

This commit is contained in:
ndwarshuis 2018-12-17 21:26:17 -05:00
parent d72ab1bbab
commit 45845a36d8
1 changed files with 3 additions and 1 deletions

View File

@ -286,7 +286,8 @@ This modeline goes along with the =spacemacs-theme=. It also has nice integratio
:config :config
(require 'spaceline-config) (require 'spaceline-config)
(setq powerline-default-separator 'arrow (setq powerline-default-separator 'arrow
spaceline-buffer-size-p nil) spaceline-buffer-size-p nil
spaceline-buffer-encoding-abbrev-p nil)
(spaceline-spacemacs-theme)) (spaceline-spacemacs-theme))
(line-number-mode 1) (line-number-mode 1)
@ -533,6 +534,7 @@ Allows opening a file with sudo elevation.
#+END_SRC #+END_SRC
** formats and languages ** formats and languages
*** Elisp *** Elisp
Elisp can use vanilla company with no plugins
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(add-hook 'emacs-lisp-mode-hook 'company-mode) (add-hook 'emacs-lisp-mode-hook 'company-mode)
#+END_SRC #+END_SRC