diff options
author | 2022-05-19 20:30:15 -0400 | |
---|---|---|
committer | 2022-05-19 22:20:04 -0400 | |
commit | 78d731e133fcef8464acb1d0eb8a51864d0189cd (patch) | |
tree | e94a8c8032a014a22b7c7fb018adc4bc4c928d54 /.emacs.d/lisp/bandali-ibuffer.el | |
parent | 8a286963f071a2d86274c1fcff8973777300007f (diff) | |
download | configs-78d731e133fcef8464acb1d0eb8a51864d0189cd.tar.gz configs-78d731e133fcef8464acb1d0eb8a51864d0189cd.tar.xz configs-78d731e133fcef8464acb1d0eb8a51864d0189cd.zip |
Drop `csetq' macro and use good old `setq' and `setq-default'.
Diffstat (limited to '.emacs.d/lisp/bandali-ibuffer.el')
-rw-r--r-- | .emacs.d/lisp/bandali-ibuffer.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/bandali-ibuffer.el b/.emacs.d/lisp/bandali-ibuffer.el index 7cd4331..a706dc6 100644 --- a/.emacs.d/lisp/bandali-ibuffer.el +++ b/.emacs.d/lisp/bandali-ibuffer.el @@ -1,6 +1,6 @@ ;;; bandali-ibuffer.el --- bandali's Ibuffer setup -*- lexical-binding: t; -*- -;; Copyright (C) 2018-2020 Amin Bandali +;; Copyright (C) 2018-2022 Amin Bandali ;; Author: Amin Bandali <bandali@gnu.org> ;; Keywords: tools @@ -24,7 +24,7 @@ ;;; Code: -(csetq +(setq ibuffer-saved-filter-groups '(("default" ("dired" (mode . dired-mode)) |