diff options
author | Jesús <heckyel@hyperbola.info> | 2018-10-26 20:04:23 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-10-26 20:04:23 -0500 |
commit | 4a3d8a46f926bc810238ec32d7141b3c965abbd9 (patch) | |
tree | e1be0a0357e98038ed55fa19d572631e0ffc6680 /lisp/init-ccc.el | |
parent | 179372135dadcf909b363172b7e848c57e7041f9 (diff) | |
download | emacs-personal-4a3d8a46f926bc810238ec32d7141b3c965abbd9.tar.lz emacs-personal-4a3d8a46f926bc810238ec32d7141b3c965abbd9.tar.xz emacs-personal-4a3d8a46f926bc810238ec32d7141b3c965abbd9.zip |
fix indent
Diffstat (limited to 'lisp/init-ccc.el')
-rw-r--r-- | lisp/init-ccc.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/init-ccc.el b/lisp/init-ccc.el index bc3573c..5e0914d 100644 --- a/lisp/init-ccc.el +++ b/lisp/init-ccc.el @@ -2,10 +2,10 @@ ;; c++ Mode ;;---------------------------------------------------------------------------- (add-hook 'c++-mode-hook - (lambda () - (setq indent-tabs-mode t) - (setq c-basic-offset 4) - (setq tab-width 4))) + (lambda () + (setq indent-tabs-mode t) + (setq c-basic-offset 4) + (setq tab-width 4))) ;; This is my default indent. ;; After moving the cursor to line 2 I see that the relevant symbol is comment-intro. |