Skip to content

Commit

Permalink
Fix C-c C-q in repl
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhu committed Sep 4, 2022
1 parent 9d5ef71 commit 9c736d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/020-indentation-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
(use-package aggressive-indent :ensure t
:config (progn
(add-to-list 'aggressive-indent-excluded-modes 'makefile-mode)
(global-aggressive-indent-mode 1))
(global-aggressive-indent-mode 1)
(bind-key "C-c C-q" nil aggressive-indent-mode-map))
:diminish aggressive-indent-mode)

0 comments on commit 9c736d5

Please sign in to comment.