Compare commits

...

5 Commits

6 changed files with 23 additions and 8 deletions

View File

@ -22,6 +22,8 @@ killall nm-applet && nm-applet &
killall volumeicon && volumeicon &
#killall conky
#sleep 3 && conky -c ~/.config/conky/conkyrc
emacsclient --eval '(kill-emacs)'
emacs --daemon
~/scripts/random_wallpaper.sh

View File

@ -42,15 +42,15 @@
(lambda (frame)
;; (setq doom-modeline-icon t)
(with-selected-frame frame
(custom-setup-fonts))))
(custom-setup-fonts)
;; default transparency (85 . 85) or (100 . 100)
(set-frame-parameter (selected-frame) 'alpha '(85 . 85)))))
(custom-setup-fonts))
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
;; select theme
(setq custom-theme-sel 'doom-one)
;; default transparency (85 . 85) or (100 . 100)
(set-frame-parameter (selected-frame) 'alpha '(85 . 85))
;; Org setup
(setq custom-org-directory "~/org"

View File

@ -239,6 +239,17 @@ prepended to the element after the #+HEADER: tag."
:config
(setq org-journal-dir (expand-file-name "journal/" org-directory))
(setq org-journal-file-type 'weekly))
(use-package org-noter
:straight t
:ensure t
:defer t
:config
(setq org-noter-always-create-frame nil
org-noter-hide-other nil
org-noter-notes-search-path '("~/org/notes")
org-noter-separate-notes-from-heading t
org-noter-highlight-selected-text t)
(org-noter-enable-org-roam-integration))
(use-package org-modern
:straight t

View File

@ -17,8 +17,8 @@
:defer t
:defines pdf-annot-activate-created-annotations
:hook ((pdf-tools-enabled . pdf-view-auto-slice-minor-mode)
(pdf-tools-enabled . pdf-isearch-minor-mode)
(pdf-tools-enabled . pdf-view-themed-minor-mode))
(pdf-tools-enabled . pdf-isearch-minor-mode))
;; (pdf-tools-enabled . pdf-view-themed-minor-mode))
:mode ("\\.[pP][dD][fF]\\'" . pdf-view-mode)
:magic ("%PDF" . pdf-view-mode)
:bind (:map pdf-view-mode-map

View File

@ -81,7 +81,10 @@
:straight t
:ensure t
:defer t
:bind (("C-." . embark-act))
:bind (("C-," . embark-act)
:map minibuffer-local-map
("C-c C-c" . embark-collect)
("C-c C-e" . embark-export))
:config
(with-eval-after-load 'embark-consult
(add-hook 'embark-collect-mode-hook #'consult-preview-at-point-mode))

View File

@ -4,8 +4,7 @@ super+Return
alacritty
#Apps and programs
super+e
emacs --debug-init
#emacsclient -c -a 'emacs'
emacsclient -c -a 'emacs'
super+b
qutebrowser
super+f