Bubble up smart-tab

master
Jacopo De Simoi 8 years ago
parent 50193fa913
commit 451b22cb28
  1. 10
      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

Loading…
Cancel
Save