diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/lisp/my/my-prog.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/lisp/my/my-prog.el b/emacs/.emacs.d/lisp/my/my-prog.el index ca54ad9..cb90ca0 100644 --- a/emacs/.emacs.d/lisp/my/my-prog.el +++ b/emacs/.emacs.d/lisp/my/my-prog.el @@ -471,7 +471,8 @@ left and the source buffer on the right. (setq-local comment-auto-fill-only-comments t) (auto-fill-mode) (display-line-numbers-mode) - (setq tab-width 2)) + (setq tab-width 2) + (bug-reference-prog-mode)) (provide 'my-prog) ;;; my-prog.el ends here |