diff options
author | Thanos Apollo <[email protected]> | 2024-05-10 21:16:23 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-10 21:16:23 +0300 |
commit | b7469543d2fc584dcadf8a64f4e0281756932c0b (patch) | |
tree | 2d0b467db6f2531a66277663106e4134e856bc9d | |
parent | 8af43613be025f0d84e66da28251c3c04a67b2ce (diff) |
Move files at .config
-rw-r--r-- | .config/alacritty/alacritty.toml (renamed from alacritty.toml) | 0 | ||||
-rw-r--r-- | .config/emacs/init.el (renamed from emacs.el) | 11 | ||||
-rw-r--r-- | .config/sway/config (renamed from sway.config) | 0 | ||||
-rw-r--r-- | .config/waybar/config (renamed from waybar-config) | 0 | ||||
-rw-r--r-- | .config/waybar/style.css (renamed from waybar-style.css) | 0 |
5 files changed, 3 insertions, 8 deletions
diff --git a/alacritty.toml b/.config/alacritty/alacritty.toml index 327ef67..327ef67 100644 --- a/alacritty.toml +++ b/.config/alacritty/alacritty.toml diff --git a/emacs.el b/.config/emacs/init.el index f9df16d..a80febc 100644 --- a/emacs.el +++ b/.config/emacs/init.el @@ -1,4 +1,4 @@ -;;; emacs.el --- Welcome to my Emacs configuration! -*- lexical-binding: t; -*- +;;; init.el --- Emacs configuration -*- lexical-binding: t; -*- ;; Copyright (C) 2023 Thanos Apollo @@ -273,7 +273,6 @@ (make-directory "~/Notes")) (use-package org-roam - :straight nil :defer t :init (define-prefix-command 'thanos/notes-map) @@ -416,7 +415,6 @@ (marginalia-mode)) (use-package consult - :straight nil :ensure t :init (define-prefix-command 'thanos/search) :bind (("C-x r d" . 'bookmark-delete) @@ -938,7 +936,7 @@ By default, returns all jabber related buffers format." :config (setf gptel-api-key (password-store-get-field "openai/[email protected]" "api") gptel-default-mode 'org-mode) - (setq-default gptel-model "zephyr:latest" + (setq-default gptel-model "ChatGPT:gpt-4" gptel-backend (gptel-make-ollama "Ollama" :host "zeus:11434" :stream t @@ -1274,7 +1272,4 @@ By default, returns all jabber related buffers format." '(variable-pitch ((t (:inherit t :family "Iosevka Aile")))) '(org-modern-symbol ((t (:inherit t :family "Iosevka Aile"))))) -;; (set-face-attribute 'org-ellipsis nil :inherit 'default :box nil) - - -;;; emacs.el ends here +;;; init.el ends here diff --git a/sway.config b/.config/sway/config index 8eaa6d6..8eaa6d6 100644 --- a/sway.config +++ b/.config/sway/config diff --git a/waybar-config b/.config/waybar/config index 66599a9..66599a9 100644 --- a/waybar-config +++ b/.config/waybar/config diff --git a/waybar-style.css b/.config/waybar/style.css index 4c6cbf0..4c6cbf0 100644 --- a/waybar-style.css +++ b/.config/waybar/style.css |