mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
swiper add.
This commit is contained in:
@ -42,6 +42,8 @@
|
|||||||
;; change `org-directory'. It must be set before org loads!
|
;; change `org-directory'. It must be set before org loads!
|
||||||
(setq org-directory "~/Org/")
|
(setq org-directory "~/Org/")
|
||||||
;;(setq org-roam-directory "~/Roam/")
|
;;(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
|
;; 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'.
|
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
||||||
@ -117,10 +119,6 @@
|
|||||||
(use-package! vlf-setup
|
(use-package! vlf-setup
|
||||||
:defer-incrementally vlf-tune vlf-base vlf-write vlf-search vlf-occur vlf-follow vlf-ediff vlf)
|
: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
|
;; Time
|
||||||
(setq display-time-world-list
|
(setq display-time-world-list
|
||||||
'(("Etc/UTC" "UTC")
|
'(("Etc/UTC" "UTC")
|
||||||
@ -129,6 +127,11 @@
|
|||||||
(setq display-time-world-time-format "%a, %d %b %I:%M %p %Z")
|
(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:
|
;; Here are some additional functions/macros that could help you configure Doom:
|
||||||
|
|||||||
@ -23,8 +23,8 @@
|
|||||||
company ; the ultimate code completion backend
|
company ; the ultimate code completion backend
|
||||||
;;helm ; the *other* search engine for love and life
|
;;helm ; the *other* search engine for love and life
|
||||||
;;ido ; the other *other* search engine...
|
;;ido ; the other *other* search engine...
|
||||||
;;ivy ; a search engine for love and life
|
;;(ivy +icons) ; a search engine for love and life
|
||||||
vertico ; the search engine of the future
|
(vertico +icons) ; the search engine of the future
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
;;deft ; notational velocity for Emacs
|
;;deft ; notational velocity for Emacs
|
||||||
|
|||||||
@ -55,3 +55,4 @@
|
|||||||
(package! openwith)
|
(package! openwith)
|
||||||
(package! nov)
|
(package! nov)
|
||||||
(package! vlf)
|
(package! vlf)
|
||||||
|
(package! swiper)
|
||||||
|
|||||||
Reference in New Issue
Block a user