diff --git a/global.org b/global.org index c5c8915..91e48c0 100644 --- a/global.org +++ b/global.org @@ -333,6 +333,12 @@ #+BEGIN_SRC emacs-lisp (global-set-key (kbd "C-x C-g") 'magit-status) #+END_SRC +** smart-tab + This package is a gem: it allows to make tab work dwim + #+BEGIN_SRC emacs-lisp + (require 'smart-tab) + (global-smart-tab-mode 1) + #+END_SRC ** Outshine #+BEGIN_SRC emacs-lisp (require 'outshine) @@ -407,10 +413,6 @@ #+END_SRC ** Leftovers #+BEGIN_SRC emacs-lisp - ;; * smart-tab-mode - (require 'smart-tab) - (global-smart-tab-mode 1) - (global-set-key (kbd "C-j") 'smart-tab) ;; try this; I never use C-j for goto-line ;; * load expand-region