mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
Compare commits
5 Commits
24f816edd9
...
631b54fbcd
| Author | SHA1 | Date | |
|---|---|---|---|
| 631b54fbcd | |||
| 7bc66f159d | |||
| e8418bd7af | |||
| e363c90761 | |||
| 5a98c1cb31 |
@ -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
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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))
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user