about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-09-05 13:36:17 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-09-05 13:36:17 +0100
commitd526b947cde6873d96072f0374a073b0e90e5de1 (patch)
treebfe20d41feab614fa299d8a401dc58b5ccbbf094 /.emacs.d
parenta9d45f3316ce054939638662582f4ae0813ecd44 (diff)
downloaddotfiles-d526b947cde6873d96072f0374a073b0e90e5de1.tar.gz
Remove erroneous repeat-map code
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-windows.el2
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)