Cleanup some comments

This commit is contained in:
Maciej Szlosarczyk 2017-04-23 23:19:03 +03:00
parent 20eb71b9c1
commit 813a6835fe
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
3 changed files with 41 additions and 23 deletions

View file

@ -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)