mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
swiper add.
This commit is contained in:
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -55,3 +55,4 @@
|
||||
(package! openwith)
|
||||
(package! nov)
|
||||
(package! vlf)
|
||||
(package! swiper)
|
||||
|
||||
Reference in New Issue
Block a user