From 45845a36d8f586182a82412ae360511e86f93f13 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 17 Dec 2018 21:26:17 -0500 Subject: [PATCH] remove buffer encoding from modeline --- conf.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf.org b/conf.org index cab6e7f..03744bd 100644 --- a/conf.org +++ b/conf.org @@ -286,7 +286,8 @@ This modeline goes along with the =spacemacs-theme=. It also has nice integratio :config (require 'spaceline-config) (setq powerline-default-separator 'arrow - spaceline-buffer-size-p nil) + spaceline-buffer-size-p nil + spaceline-buffer-encoding-abbrev-p nil) (spaceline-spacemacs-theme)) (line-number-mode 1) @@ -533,6 +534,7 @@ Allows opening a file with sudo elevation. #+END_SRC ** formats and languages *** Elisp +Elisp can use vanilla company with no plugins #+BEGIN_SRC emacs-lisp (add-hook 'emacs-lisp-mode-hook 'company-mode) #+END_SRC