From 148ae09983a780490a9378ea59558af78452c1b6 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Fri, 24 Apr 2020 19:22:51 +0200 Subject: [PATCH 1/4] Change font type --- bundle/display.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/display.el b/bundle/display.el index e35a248e..adab89ab 100644 --- a/bundle/display.el +++ b/bundle/display.el @@ -17,7 +17,7 @@ (display-time-mode -1) ; Display time in the mode line (add-to-list 'default-frame-alist '(fullscreen . maximized)) ; Maximize Window -(add-to-list 'default-frame-alist '(font . "Iosevka Term Medium-13")) +(add-to-list 'default-frame-alist '(font . "Iosevka Term-13")) (when (eq system-type 'gnu/linux) (add-to-list 'default-frame-alist '(undecorated . t))) From eb893c978c56b613bd4716d980b37489fe5027b1 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Fri, 24 Apr 2020 19:23:21 +0200 Subject: [PATCH 2/4] Update gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 14adf817..fdb2c38e 100755 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ elpy/rpc-venv/ /network-security.data session.* elpa/ +projectile-bookmarks.eld From c502e76da5532b5a6427bc01b0c3bf2dd232587e Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Fri, 24 Apr 2020 19:23:59 +0200 Subject: [PATCH 3/4] Update kitty settings --- kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty.conf b/kitty.conf index df3fa030..039ada95 100644 --- a/kitty.conf +++ b/kitty.conf @@ -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.4 +window_border_width 0.5 #: The width (in pts) of window borders. Will be rounded to the #: nearest number of pixels based on screen resolution. Note that From dcaf6b2571d76ab3f7dddb2c67fdc020dda35b71 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Fri, 24 Apr 2020 19:25:32 +0200 Subject: [PATCH 4/4] Update packages --- bundle/custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/custom.el b/bundle/custom.el index 8fd8806a..c85635c0 100644 --- a/bundle/custom.el +++ b/bundle/custom.el @@ -69,7 +69,7 @@ '(package-enable-at-startup t) '(package-selected-packages (quote - (ob-dart dart-mode dart-server projectile python-django ivy elpy olivetti ace-window graphviz-dot-mode dot-mode plantuml-mode elisp-format elisp-lint flymake-racket google-translate org-pomodoro elm-mode dashboard pickle poet-theme flymake-eslint json-mode darkroom dockerfile-mode ein spacemacs-theme flucui-themes leuven-theme htmlize scss-mode berrys-theme web-mode python-docstring sphinx-doc sphinx-frontend sphinx-mode ox-nikola racket-mode slime gherkin-mode powershell typescript-mode ob-http ob-ipython ob-restclient nord-theme restclient request restclient-test yaml-mode magit))) + (gnu-elpa-keyring-update ob-dart dart-mode dart-server projectile python-django ivy elpy olivetti ace-window graphviz-dot-mode dot-mode plantuml-mode elisp-format elisp-lint flymake-racket google-translate org-pomodoro elm-mode dashboard pickle poet-theme flymake-eslint json-mode darkroom dockerfile-mode ein spacemacs-theme flucui-themes leuven-theme htmlize scss-mode berrys-theme web-mode python-docstring sphinx-doc sphinx-frontend sphinx-mode ox-nikola racket-mode slime gherkin-mode powershell typescript-mode ob-http ob-ipython ob-restclient nord-theme restclient request restclient-test yaml-mode magit))) '(python-shell-interpreter "python3") '(register-preview-delay 2) '(register-separator 43)