Emacs: Remove obsolete REVIEW comments

master
Pierre Neidhardt 2019-03-03 12:58:44 +01:00
parent 8bcdbc37de
commit 4b5cec6fd3
4 changed files with 2 additions and 5 deletions

View File

@ -4,7 +4,7 @@
;;; force-kill Emacs before it can run through `kill-emacs-hook'.
(global-set-key (kbd "C-x C-c") 'save-buffers-kill-emacs)
;;; REVIEW: Athena+Xaw3d confuses xcape when binding Caps-lock to both L_Ctrl
;;; Athena+Xaw3d confuses xcape when binding Caps-lock to both L_Ctrl
;;; escape, in which case it will procude <C-escape> in Emacs. In practice, it
;;; means that `C-` keys will works but `<escape>` will need a fast double tap
;;; on Caps Lock.

View File

@ -1,6 +1,6 @@
;;; Go
;;; REVIEW: We should not need to use `use-local-map' here.
;;; We should not need to use `use-local-map' here.
;;; Reported at https://github.com/dominikh/go-mode.el/issues/191.
(use-local-map go-mode-map)

View File

@ -1,7 +1,6 @@
;;; Lisp
(with-eval-after-load 'lispyville
;; REVIEW: lispy-occur: helm-occur does not restrict to region. Check latest helm.
(lispyville-set-key-theme
'(operators ; Add equivalent for lispy-delete?
c-w ; Bind M-backspace to lispyville-delete-backward-word?

View File

@ -1,7 +1,5 @@
;;; mu4e
;;; REVIEW: Reply to all by default.
;;; https://github.com/djcb/mu/issues/1135
;;; TODO: Is it possible to mbsync without attachments?
;;; REVIEW: Handle attachments in attached e-mails.
;;; See https://github.com/djcb/mu/issues/454#issuecomment-320616279.