Endless Parentheses

Ramblings on productivity and technical subjects.

profile for Malabarba on Stack Exchange

New in Emacs 25.1: comment-line

After the previous post, I got in touch with the nice fellas at emacs-devel about including comment-line in Emacs. Understandably, there was a wee bit of concern with using up one of the oh-so-important C- binds, so it's been put under C-x C-; for now.

On the bright side, the entire previous code-block gets replaced by a single keybind.

(global-set-key (kbd "C-;") #'comment-line)
comments powered by Disqus