Cleanup some comments
This commit is contained in:
parent
20eb71b9c1
commit
813a6835fe
3 changed files with 41 additions and 23 deletions
|
|
@ -1,5 +1,5 @@
|
|||
;;; keybindings.el --- Summary
|
||||
;;; Commentary: Maciej Szlosarczyk keybindings
|
||||
;;; keybindings.el -- Summary
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
;;;;;;;;; Emacs bindings ;;;;;;;;;;;;;;;;;;;;;
|
||||
(global-set-key (kbd "RET") 'newline)
|
||||
|
|
@ -36,8 +36,6 @@
|
|||
"gL" 'magit-log
|
||||
"gco" 'magit-checkout)
|
||||
|
||||
(evil-leader/set-key "fc" 'global-flycheck-mode)
|
||||
|
||||
(evil-leader/set-key "al" 'align-regexp)
|
||||
(evil-leader/set-key "ir" 'indent-region)
|
||||
(evil-leader/set-key "ac" 'align-to-colon)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue