Some path stuff for dotnet and more emacs

This commit is contained in:
Joseph Ferano 2021-12-31 19:56:26 +07:00
parent 24083dba07
commit a9811d0e87
5 changed files with 6 additions and 5 deletions

View File

@ -37,4 +37,4 @@ SETUVAR fish_pager_color_completion:normal
SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_description:B3A06D\x1eyellow
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_user_paths:/home/joe/\x2edotnet/tools\x1e/home/joe/\x2elocal/bin SETUVAR fish_user_paths:/home/joe/\x2elocal/share/solana/install/active_release/bin\x1e/home/joe/\x2edotnet/tools\x1e/home/joe/\x2elocal/bin

View File

@ -1,3 +0,0 @@
function exer --wraps='exercism --token=4d706f28-1697-432c-beec-565a707b51da' --description 'alias exer exercism --token=4d706f28-1697-432c-beec-565a707b51da'
exercism --token=4d706f28-1697-432c-beec-565a707b51da $argv;
end

View File

@ -89,6 +89,9 @@
(require 'avy) (require 'avy)
(defvar avy-map (make-sparse-keymap)) (defvar avy-map (make-sparse-keymap))
(use-package! org-bullets
:hook (org-mode . org-bullets-mode))
(use-package! avy (use-package! avy
:init :init
(setq avy-keys '(?a ?s ?d ?f ?w ?e ?r ?u ?i ?o ?h ?j ?k ?l ?x ?c ?m ?z ?p ?q ?t ?y ?b ?n)) (setq avy-keys '(?a ?s ?d ?f ?w ?e ?r ?u ?i ?o ?h ?j ?k ?l ?x ?c ?m ?z ?p ?q ?t ?y ?b ?n))

View File

@ -94,7 +94,7 @@
(eval +overlay) ; run code, run (also, repls) (eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists ;;gist ; interacting with github gists
lookup ; navigate your code and its documentation lookup ; navigate your code and its documentation
;;lsp ; M-x vscode lsp ; M-x vscode
magit ; a git porcelain for Emacs magit ; a git porcelain for Emacs
;;make ; run make tasks from Emacs ;;make ; run make tasks from Emacs
;;pass ; password manager for nerds ;;pass ; password manager for nerds

View File

@ -50,3 +50,4 @@
;(unpin! t) ;(unpin! t)
(package! avy) (package! avy)
(package! org-bullets)