Adopt seagle0128/doom-modeline for :ui modeline

And remove obsolete :ui doom-modeline module.

Relevant to: #136, #921
This commit is contained in:
Henrik Lissner 2019-03-01 15:12:27 -05:00
parent 868bd15abe
commit 8832737671
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
17 changed files with 90 additions and 1944 deletions

View file

@ -1,12 +1,5 @@
;;; lang/ruby/config.el -*- lexical-binding: t; -*-
(defvar +ruby-mode-line-indicator '("" +ruby--version)
"Format for the ruby version/env indicator in the mode-line.")
(defvar-local +ruby--version nil
"The ruby version in the current buffer.")
;;
;; Packages
@ -34,14 +27,7 @@
(add-to-list 'company-dabbrev-code-modes 'ruby-mode nil #'eq))
;; so class and module pairs work
(setq-hook! (ruby-mode enh-ruby-mode) sp-max-pair-length 6)
;; Add ruby version string to the major mode in the modeline
(defun +ruby|init-mode-line ()
(setq mode-name +ruby-mode-line-indicator))
(add-hook 'enh-ruby-mode-hook #'+ruby|init-mode-line)
(add-hook 'enh-ruby-mode-hook #'+ruby|update-version))
(setq-hook! (ruby-mode enh-ruby-mode) sp-max-pair-length 6))
(def-package! robe