From 7c97af712566005895beba2d55b8626c48e0d88c Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Mon, 9 Aug 2021 13:58:06 +0900 Subject: [PATCH] swiper add. --- .doom.d/config.el | 11 +++++++---- .doom.d/init.el | 4 ++-- .doom.d/packages.el | 1 + 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.doom.d/config.el b/.doom.d/config.el index c592624..7a446d4 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -42,6 +42,8 @@ ;; change `org-directory'. It must be set before org loads! (setq org-directory "~/Org/") ;;(setq org-roam-directory "~/Roam/") +(setq org-agenda-files + '("~/Roam/Agenda/Agenda-2021-6th.org")) ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'. @@ -117,10 +119,6 @@ (use-package! vlf-setup :defer-incrementally vlf-tune vlf-base vlf-write vlf-search vlf-occur vlf-follow vlf-ediff vlf) -;; Key binding -(global-unset-key (kbd "C-j")) -(global-unset-key (kbd "C-k")) - ;; Time (setq display-time-world-list '(("Etc/UTC" "UTC") @@ -129,6 +127,11 @@ (setq display-time-world-time-format "%a, %d %b %I:%M %p %Z") +;; Key binding +(global-unset-key (kbd "C-j")) +(global-unset-key (kbd "C-k")) +(global-unset-key (kbd "C-s")) +(global-set-key (kbd "C-s") 'swiper) ;; Here are some additional functions/macros that could help you configure Doom: diff --git a/.doom.d/init.el b/.doom.d/init.el index a5016a2..d021cff 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -23,8 +23,8 @@ company ; the ultimate code completion backend ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... - ;;ivy ; a search engine for love and life - vertico ; the search engine of the future + ;;(ivy +icons) ; a search engine for love and life + (vertico +icons) ; the search engine of the future :ui ;;deft ; notational velocity for Emacs diff --git a/.doom.d/packages.el b/.doom.d/packages.el index 82ef263..cadff4f 100644 --- a/.doom.d/packages.el +++ b/.doom.d/packages.el @@ -55,3 +55,4 @@ (package! openwith) (package! nov) (package! vlf) +(package! swiper)