diff --git a/core/core-sessions.el b/core/core-workgroups.el similarity index 97% rename from core/core-sessions.el rename to core/core-workgroups.el index b3ad17c5c..372b7860b 100644 --- a/core/core-sessions.el +++ b/core/core-workgroups.el @@ -1,4 +1,4 @@ -;;; core-sessions.el +;;; core-workgroups.el ;; I use workgroups to accomplish two things: ;; 1. Vim-like tab emulation (type :tabs to see a list of tabs -- maybe I'll add some @@ -76,5 +76,5 @@ automatically renamed to the project name.") (defalias 'narf:switch-to-tab-right 'wg-switch-to-workgroup-right) (defalias 'narf:switch-to-tab-last 'wg-switch-to-previous-workgroup)) -(provide 'core-sessions) -;;; core-sessions.el ends here +(provide 'core-workgroups) +;;; core-workgroups.el ends here diff --git a/init.el b/init.el index 4114e9878..463702b8c 100644 --- a/init.el +++ b/init.el @@ -68,8 +68,8 @@ core-project ; whose project am I in? core-vcs ; remember remember, that commit in November core-helm ; a search engine for life and love - core-sessions ; cure Emacs alzheimers + tab emulation - core-eval ; run code, run; debugging too + core-workgroups ; cure Emacs alzheimers + tab emulation + core-eval ; run code, run; debug too ;; Environments module-apple ; Applescript, Swift, Launchbar, iOS, wallet syphons, etc.