diff --git a/.emacs.d/lisp/init-exwm.el b/.emacs.d/lisp/init-exwm.el index 8a9a0629..40f80f6e 100644 --- a/.emacs.d/lisp/init-exwm.el +++ b/.emacs.d/lisp/init-exwm.el @@ -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 in Emacs. In practice, it ;;; means that `C-` keys will works but `` will need a fast double tap ;;; on Caps Lock. diff --git a/.emacs.d/lisp/init-go.el b/.emacs.d/lisp/init-go.el index f5f58b2f..bcf73707 100644 --- a/.emacs.d/lisp/init-go.el +++ b/.emacs.d/lisp/init-go.el @@ -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) diff --git a/.emacs.d/lisp/init-lisp.el b/.emacs.d/lisp/init-lisp.el index eefd5701..7c6d934d 100644 --- a/.emacs.d/lisp/init-lisp.el +++ b/.emacs.d/lisp/init-lisp.el @@ -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? diff --git a/.emacs.d/lisp/init-mu4e.el b/.emacs.d/lisp/init-mu4e.el index eb16322b..736d4f3f 100644 --- a/.emacs.d/lisp/init-mu4e.el +++ b/.emacs.d/lisp/init-mu4e.el @@ -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.