diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 17ed3b1..51250fc 100755 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -369,8 +369,6 @@ (global-set-key (kbd "C-") 'xref-find-references) (global-set-key (kbd "C-{") 'xref-go-back) (global-set-key (kbd "C-}") 'xref-go-forward) -(global-set-key (kbd "C-]") 'stupid-indent) -(global-set-key (kbd "C-[") 'stupid-outdent) (global-set-key (kbd "") 'xref-go-back) (global-set-key (kbd "") 'xref-go-forward) (global-set-key (kbd "C-q") 'save-buffers-kill-terminal)