fix: customs and kitty
This commit is contained in:
parent
525f7b8466
commit
4554d9f430
2 changed files with 17 additions and 5 deletions
|
@ -11,24 +11,36 @@
|
|||
'(custom-safe-themes
|
||||
(quote
|
||||
("6e933f1668e124ec17fc7b6547f65ba760e06efb568a6c8091c600c67827e592" "7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default)))
|
||||
'(default-frame-alist
|
||||
(quote
|
||||
((undecorated . t)
|
||||
(font . "Iosevka Term-12")
|
||||
(fullscreen . maximized)
|
||||
(alpha . 98))))
|
||||
'(delete-selection-mode nil)
|
||||
'(fci-rule-color "#4C566A")
|
||||
'(global-hl-line-mode t)
|
||||
'(indent-tabs-mode nil)
|
||||
'(inhibit-startup-buffer-menu t)
|
||||
'(initial-buffer-choice "~/Documents/Journal/notes.org")
|
||||
'(org-adapt-indentation t)
|
||||
'(org-agenda-files (quote ("~/Documents/Journal")))
|
||||
'(org-babel-python-command "python3")
|
||||
'(org-default-notes-file "~/Documents/Journal/notes.org")
|
||||
'(org-html-htmlize-output-type nil)
|
||||
'(org-modules
|
||||
(quote
|
||||
(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m orgtbl-sqlinsert org-toc)))
|
||||
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
||||
'(package-enable-at-startup t)
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(nordless-theme use-package elpy colorless-themes nord-theme org toc-org ox-reveal ace-window htmlize ivy magit))))
|
||||
(lua-mode nordless-theme use-package elpy colorless-themes nord-theme org toc-org ox-reveal ace-window htmlize ivy magit)))
|
||||
'(tramp-default-method "ssh"))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
)
|
||||
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
|
||||
'(highlight-indentation-face ((t (:inherit hl-line)))))
|
||||
|
|
|
@ -300,7 +300,7 @@ initial_window_height 45
|
|||
#: suffix of "c" on the width/height values to have them interpreted
|
||||
#: as number of cells instead of pixels.
|
||||
|
||||
enabled_layouts *
|
||||
enabled_layouts Tall, Horizontal, Splits
|
||||
|
||||
#: The enabled window layouts. A comma separated list of layout names.
|
||||
#: The special value all means all layouts. The first listed layout
|
||||
|
@ -315,7 +315,7 @@ window_resize_step_lines 2
|
|||
#: resizing windows. The cells value is used for horizontal resizing
|
||||
#: and the lines value for vertical resizing.
|
||||
|
||||
window_border_width 0.5
|
||||
window_border_width 0
|
||||
|
||||
#: The width (in pts) of window borders. Will be rounded to the
|
||||
#: nearest number of pixels based on screen resolution. Note that
|
||||
|
@ -412,7 +412,7 @@ tab_bar_style separator
|
|||
#: fade style, each tab's edges fade into the background color, in the
|
||||
#: separator style, tabs are separated by a configurable separator.
|
||||
|
||||
tab_bar_min_tabs 1
|
||||
tab_bar_min_tabs 2
|
||||
|
||||
#: The minimum number of tabs that must exist before the tab bar is
|
||||
#: shown
|
||||
|
|
Loading…
Add table
Reference in a new issue