emacs.d/bundle/custom_win32.el

38 lines
2.3 KiB
EmacsLisp
Raw Normal View History

2020-05-15 20:26:53 +02:00
(custom-set-variables
;; custom-set-variables 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.
2022-02-05 13:24:26 +01:00
'(Info-additional-directory-list '("~/.emacs.d/info/"))
2020-07-26 15:26:29 +02:00
'(custom-safe-themes
2023-01-19 17:52:06 +01:00
'("1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" "fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" "171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "37046960cf667c5ab3b76235d35a5db4763c531e706502a9067fa78db5a775c0" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default))
2023-01-21 16:03:05 +01:00
'(default-frame-alist '((font . "MonoLisa-11") (width . 94) (height . 65)))
2023-02-11 20:03:03 +01:00
'(initial-buffer-choice "d:/visua/Documents/org/agenda/tasks.org")
2021-07-23 17:06:48 +02:00
'(initial-frame-alist '((fullscreen . maximized)))
2021-05-03 16:38:36 +02:00
'(nov-unzip-program "c:/msys64/usr/bin/unzip.exe")
2023-02-11 20:03:03 +01:00
'(org-agenda-files '("d:/visua/Documents/org/agenda"))
'(org-directory "D:/visua/Documents/org")
2023-01-19 17:52:06 +01:00
'(org-roam-db-location "~/org-roam.db")
2023-02-11 20:03:03 +01:00
'(org-roam-directory "d:/visua/Documents/org/")
2020-05-15 20:26:53 +02:00
'(package-selected-packages
2023-02-11 20:03:03 +01:00
'(ox-rss ob-http nim-mode hyperbole jabber kotlin-mode mastodon typescript-mode markdown-mode csv-mode yaml-mode org-roam powershell ox-reveal org-web-tools org-tree-slide elfeed erc-image magit go-translate simple-httpd slime racket-mode web-mode go-mode eglot nov shrface vertico smartparens emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons use-package))
2021-05-03 16:38:36 +02:00
'(python-shell-interpreter "ipython")
2021-08-24 17:43:57 +02:00
'(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True")
2021-12-10 21:15:36 +01:00
'(ring-bell-function 'ignore)
2021-05-07 20:37:26 +02:00
'(tetris-x-colors
[[229 192 123]
[97 175 239]
[209 154 102]
[224 108 117]
[152 195 121]
[198 120 221]
2021-07-23 17:06:48 +02:00
[86 182 194]])
'(tramp-default-method "ssh"))
2020-05-15 20:26:53 +02:00
(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.
2023-01-19 17:52:06 +01:00
'(font-lock-keyword-face ((t (:slant italic))))
2023-02-11 18:53:10 +01:00
'(variable-pitch ((t (:height 1.2 :family "Roboto Slab Regular")))))