lxdrive mode bug fixed for spaceline ability

This commit is contained in:
Sameer Rahmani 2018-02-13 21:55:33 +00:00
parent 5561eb6a07
commit 2cb5db6496
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@
;;(global-set-key (kbd "ESC ESC") 'turn-on-lxdrive)
(global-set-key (kbd "M-SPC") 'turn-on-lxdrive)
(global-set-key (kbd "M-TAB") 'switch-other)
(spaceline-toggle-lxdrive-on)
(with-ability spaceline
(spaceline-toggle-lxdrive-on))
(provide 'extensions/editor/lxdrive-mode)
;;; lxdrive-mode ends here