diff --git a/.config/fish/config.fish b/.config/fish/config.fish index e757ba8..309d7bf 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -75,3 +75,5 @@ abbr -a -g gd "git diff" # export NNN_FIFO="/tmp/nnn.fifo" # temporary buffer for the previews # export NNN_PLUG='p:preview-tui' + +complete -f -c dotnet -a "(dotnet complete)" diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 159de4b..be652bc 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -21,6 +21,7 @@ (add-hook 'text-mode-hook (lambda () (setq fill-column 90) (turn-on-auto-fill))) (put 'narrow-to-region 'disabled nil) +(put 'dired-find-alternate-file 'disabled nil) (require 'server) (if (not (server-running-p)) (server-start)) @@ -125,9 +126,7 @@ all of the evil keybindings in buffers like magit, without compromises." '(flycheck-color-mode-line-face-to-color 'mode-line-buffer-id) '(frame-background-mode 'dark) '(package-selected-packages - '(slime dired-single evil-goggles mini-frame magit ranger multi-vterm evil-collection smartparens vterm all-the-icons-dired all-the-icons org-bullets - sudoku select-themes fsharp-mode eglot-fsharp fish-mode find-file-in-project helpful ahk-mode rainbow-delimiters csharp-mode - doom-themes marginalia eglot selectrum-prescient prescient selectrum avy evil-commentary evil-embrace evil-snipe evil-surround undo-tree which-key dashboard)) + '(evil-goggles magit multi-vterm evil-collection smartparens vterm all-the-icons-dired all-the-icons org-bullets select-themes fsharp-mode eglot-fsharp fish-mode find-file-in-project helpful ahk-mode rainbow-delimiters doom-themes marginalia eglot selectrum-prescient prescient selectrum avy evil-commentary evil-embrace evil-snipe evil-surround undo-tree which-key dashboard)) '(window-divider-mode nil)) (custom-set-faces ;; custom-set-faces was added by Custom. @@ -194,7 +193,6 @@ all of the evil keybindings in buffers like magit, without compromises." ;; (require 'dired-jump) (evil-define-key 'normal 'global (kbd "-") 'dired-jump) -;; (evil-define-key 'normal 'global (kbd "-") 'ranger) (require 'dashboard) (dashboard-setup-startup-hook) @@ -424,9 +422,6 @@ all of the evil keybindings in buffers like magit, without compromises." ;; (require 'eglot) ;; (require 'eglot-fsharp) -;; (require 'ranger) -;; (setq ranger-show-literal nil) - ;; TODO: Packages to check out ;; expand-region ;; company