From 076566b40106e11741abb8a129100274826fd0a8 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 5 Apr 2023 20:13:03 +0200 Subject: [PATCH] Update custom win32 file --- bundle/custom_win32.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/custom_win32.el b/bundle/custom_win32.el index ddf22a5a..29dc2a54 100644 --- a/bundle/custom_win32.el +++ b/bundle/custom_win32.el @@ -19,7 +19,7 @@ '(org-roam-db-location "~/org-roam.db") '(org-roam-directory "d:/visua/Documents/org/") '(package-selected-packages - '(htmlize 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)) + '(ob-go mastodon plantuml-mode htmlize ox-rss ob-http nim-mode hyperbole jabber kotlin-mode 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)) '(python-shell-interpreter "ipython") '(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True") '(ring-bell-function 'ignore) @@ -40,4 +40,4 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(font-lock-keyword-face ((t (:slant italic)))) - '(variable-pitch ((t (:height 1.2 :family "Roboto Slab Regular"))))) + '(variable-pitch ((t (:height 1.2 :family "Fira Sans Regular")))))