mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-02-05 03:50:32 +00:00
fix and some QoL changes
* antidots on readline inputrc * keyd to platforms/linux/keyd * org hide archive and sync vanilla with doom on custom vars * delete some appearance plugins
This commit is contained in:
parent
ee793c54af
commit
ccaf0ce33e
9 changed files with 50 additions and 10 deletions
|
|
@ -42,8 +42,11 @@ minimal_path=(
|
|||
"/usr/local/sbin"
|
||||
"$HOME/.local/bin"
|
||||
"$HOME/.local/sbin"
|
||||
"$HOME/.local/scripts"
|
||||
)
|
||||
|
||||
export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
|
||||
|
||||
for p in "${minimal_path[@]}"; do
|
||||
pathadd "$p"
|
||||
done
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
(save-excursion (insert char ?\u200B)))
|
||||
|
||||
;; Directory
|
||||
(setq org-archive-location "~/OrgFiles/archive/%s_archive::")
|
||||
(setq org-archive-location "~/OrgFiles/.archive/%s_archive::")
|
||||
(setq org-default-notes-file "~/OrgFiles/tasks/inbox.org")
|
||||
|
||||
;; Initial Visibility
|
||||
|
|
|
|||
|
|
@ -22,6 +22,10 @@
|
|||
(org-directory "~/OrgFiles/")
|
||||
(org-agenda-files (list (concat org-directory "tasks/")))
|
||||
(org-persist-directory (expand-file-name "org-persist" user-emacs-data))
|
||||
(org-archive-location "~/OrgFiles/.archive/%s_archive::")
|
||||
(org-default-notes-file "~/OrgFiles/tasks/inbox.org")
|
||||
(org-startup-folded "show2levels")
|
||||
(org-log-into-drawer "LOGBOOK")
|
||||
(org-pretty-entities t)
|
||||
(org-src-fontify-natively t)
|
||||
(org-src-tab-acts-natively t) ; Use TAB to indent inside source block
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ return {
|
|||
variant = "dawn",
|
||||
},
|
||||
},
|
||||
{ "olimorris/onedarkpro.nvim", cmd = "Telescope colorscheme" },
|
||||
-- { "olimorris/onedarkpro.nvim", cmd = "Telescope colorscheme" },
|
||||
{ "rebelot/kanagawa.nvim", cmd = "Telescope colorscheme" },
|
||||
-- -- Highlight objects under the cursor
|
||||
-- { "RRethy/vim-illuminate" },
|
||||
|
|
@ -42,7 +42,7 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
{ import = "plugins.mod.alpha-nvim" }, -- Dashboard
|
||||
-- { import = "plugins.mod.alpha-nvim" }, -- Dashboard
|
||||
{ -- Breadcrumb
|
||||
"Bekaboo/dropbar.nvim",
|
||||
dependencies = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue