mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Minor edits
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -253,3 +253,4 @@ colorscript random
|
||||
|
||||
### SETTING THE STARSHIP PROMPT ###
|
||||
eval "$(starship init bash)"
|
||||
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
(drag-stuff-define-keys))
|
||||
|
||||
(setq ediff-split-window-function 'split-window-horizontally
|
||||
ediff-window-setup-function 'ediff-setup-windows-plain)
|
||||
ediff-window-setup-function 'ediff-setup-windows-plain)
|
||||
|
||||
(defun dt-ediff-hook ()
|
||||
(ediff-setup-keymap)
|
||||
@@ -549,7 +549,6 @@
|
||||
:init (pdf-loader-install)
|
||||
:config (add-to-list 'revert-without-query ".pdf"))
|
||||
|
||||
;;(add-hook 'pdf-view-mode-hook #'dt/turn-off-line-numbers)
|
||||
(add-hook 'pdf-view-mode-hook #'(lambda () (interactive) (display-line-numbers-mode -1)))
|
||||
|
||||
(use-package perspective
|
||||
|
||||
@@ -28,7 +28,7 @@ fi
|
||||
|
||||
### AUTOSTART PROGRAMS ###
|
||||
lxsession &
|
||||
picom &
|
||||
picom --daemon &
|
||||
/usr/bin/emacs --daemon &
|
||||
copyq &
|
||||
nm-applet &
|
||||
|
||||
Reference in New Issue
Block a user