Merge branch 'master' of github.com:opalvault/opalfiles
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
'org-babel-load-languages
|
||||
'((emacs-lisp . t)
|
||||
(lisp . t)
|
||||
(go . t)
|
||||
(python . t)
|
||||
(sql . t)))
|
||||
|
||||
(push '("conf-unix" . conf-unix) org-src-lang-modes))
|
||||
@@ -167,11 +167,10 @@
|
||||
|
||||
(with-eval-after-load 'org
|
||||
(require 'org-tempo)
|
||||
|
||||
(add-to-list 'org-structure-template-alist '("sh" . "src shell"))
|
||||
(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp"))
|
||||
(add-to-list 'org-structure-template-alist '("sql" . "src sql"))
|
||||
(add-to-list 'org-structure-template-alist '("go" . "src go")))
|
||||
(add-to-list 'org-structure-template-alist '("py" . "src python")))
|
||||
|
||||
;; (use-package mu4e
|
||||
;; :config
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
;; If there is more than one, they won't work right.
|
||||
'(ansi-color-names-vector
|
||||
["#282c34" "#ff6c6b" "#98be65" "#ECBE7B" "#51afef" "#c678dd" "#46D9FF" "#bbc2cf"])
|
||||
'(auth-source-save-behavior nil)
|
||||
'(custom-safe-themes
|
||||
'("dad40020beea412623b04507a4c185079bff4dcea20a93d8f8451acb6afc8358" "a0415d8fc6aeec455376f0cbcc1bee5f8c408295d1c2b9a1336db6947b89dd98" "a9a67b318b7417adbedaab02f05fa679973e9718d9d26075c6235b1f0db703c8" "1704976a1797342a1b4ea7a75bdbb3be1569f4619134341bd5a4c1cfb16abad4" "b5803dfb0e4b6b71f309606587dd88651efe0972a5be16ece6a958b197caeed8" default))
|
||||
'(exwm-floating-border-color "#191b20")
|
||||
|
||||
@@ -90,7 +90,7 @@ bindsym $mod+v splitv
|
||||
# Switch the current container between different layout styles
|
||||
bindsym $mod+s layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
# bindsym $mod+e layout toggle split
|
||||
|
||||
# Make the current focus fullscreen
|
||||
bindsym $mod+f fullscreen
|
||||
@@ -257,9 +257,9 @@ bindswitch --reload --locked lid:off output $laptop enable
|
||||
#output HDMI-A-1 bg /home/opal/.config/wallpapers/3.jpg fill #050402
|
||||
|
||||
output DP-1 scale 1
|
||||
output DP-1 pos 2560 0 res 1920x1200 bg /home/opal/.config/wallpapers/wallpaper-town.jpg fill
|
||||
output DP-1 pos 2560 0 res 1920x1200 bg ~/opalfiles/.config/wallpapers/priest.jpg fill
|
||||
output HDMI-A-1 scale 1
|
||||
output HDMI-A-1 pos 0 0 res 2560x1440 bg /home/opal/.config/wallpapers/wallpaper-town.jpg fill
|
||||
output HDMI-A-1 pos 0 0 res 2560x1440 bg ~/opalfiles/.config/wallpapers/priest.jpg fill
|
||||
|
||||
|
||||
# Assign workspaces to numbers
|
||||
|
||||
BIN
.config/wallpapers/priest.jpg
Normal file
BIN
.config/wallpapers/priest.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 586 KiB |
@@ -199,7 +199,7 @@ Creates margins in Org mode to make it more pleasant to look at.
|
||||
'org-babel-load-languages
|
||||
'((emacs-lisp . t)
|
||||
(lisp . t)
|
||||
(go . t)
|
||||
(python . t)
|
||||
(sql . t)))
|
||||
|
||||
(push '("conf-unix" . conf-unix) org-src-lang-modes))
|
||||
@@ -209,12 +209,15 @@ Creates margins in Org mode to make it more pleasant to look at.
|
||||
|
||||
(with-eval-after-load 'org
|
||||
(require 'org-tempo)
|
||||
|
||||
(add-to-list 'org-structure-template-alist '("sh" . "src shell"))
|
||||
(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp"))
|
||||
(add-to-list 'org-structure-template-alist '("sql" . "src sql"))
|
||||
(add-to-list 'org-structure-template-alist '("go" . "src go")))
|
||||
(add-to-list 'org-structure-template-alist '("py" . "src python")))
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
: ((:results . output))
|
||||
|
||||
** Email (mu4e)
|
||||
Not using this as much atm.
|
||||
#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/config.el
|
||||
|
||||
Reference in New Issue
Block a user