summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el~
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el~')
-rw-r--r--.emacs.d/init.el~5
1 files changed, 3 insertions, 2 deletions
diff --git a/.emacs.d/init.el~ b/.emacs.d/init.el~
index 3261777..a58575a 100644
--- a/.emacs.d/init.el~
+++ b/.emacs.d/init.el~
@@ -39,7 +39,7 @@
'(inhibit-startup-screen t)
'(package-selected-packages
(quote
- (window-numbering flycheck company oceanic-theme forest-blue-theme org ## evil))))
+ (expand-region window-numbering flycheck company oceanic-theme forest-blue-theme org ## evil))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
@@ -58,7 +58,8 @@
(require 'init-org)
(require 'init-program-basic)
(require 'init-company)
- (require 'init-flycheck))
+ (require 'init-flycheck)
+ (require 'init-window-numbering))
(provide 'init)
;;; init.el ends here