diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-09-05 13:36:17 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-09-05 13:36:17 +0100 |
commit | d526b947cde6873d96072f0374a073b0e90e5de1 (patch) | |
tree | bfe20d41feab614fa299d8a401dc58b5ccbbf094 /.emacs.d | |
parent | a9d45f3316ce054939638662582f4ae0813ecd44 (diff) | |
download | dotfiles-d526b947cde6873d96072f0374a073b0e90e5de1.tar.gz |
Remove erroneous repeat-map code
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-windows.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-windows.el b/.emacs.d/lisp/init-windows.el index 7fd4b9b..be6d902 100644 --- a/.emacs.d/lisp/init-windows.el +++ b/.emacs.d/lisp/init-windows.el @@ -201,8 +201,6 @@ This is based on the frame width, with the threshold being customised using (defun iflipb-persp-buffer-list () "Buffer list for iflipb." (seq-filter 'buffer-live-p (persp-current-buffers* t))) - (dolist (cmd '(iflipb-previous-buffer iflipb-next-buffer)) - (put cmd 'repeat-map 'iflipb-repeat-map)) (defun iflibp-abort () "Abort buffer flipping and return to the original buffer." (interactive) |