diff options
author | ThanosApollo <[email protected]> | 2022-09-29 05:36:25 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-09-29 05:36:25 +0300 |
commit | 2161f83635710574af0d15caff620658d7a01b76 (patch) | |
tree | 034fcefa22b1354cbf3d84b91d042cb073568a83 | |
parent | 0ba81d42d630d2de29abfcbf3a01337f5ddf6cfe (diff) |
Update lines and themes
-rw-r--r-- | .doom.d/config.el | 3 | ||||
-rw-r--r-- | .doom.d/custom.el | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el index 6e1101c..ca3959d 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -43,7 +43,8 @@ ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'. -(setq display-line-numbers-type t) +;;(setq display-line-numbers-type relative) +(menu-bar--display-line-numbers-mode-relative) ;; If you use `org' and don't want your org files in the default location below, ;; change `org-directory'. It must be set before org loads! diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 81a4efb..b15a10a 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -4,7 +4,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-selected-packages - '(evil-tutor circe the-matrix-theme ac-emmet html5-schema htmlize ac-html-bootstrap ac-html organic-green-theme typing-game monkeytype hacker-typer org-pdftools pdf-tools gotham-theme linum-relative vterm dired-ranger ranger arc-dark-theme darktooth-theme latex-preview-pane telega uwu-theme w3m flames-of-freedom gnugo elcord mpv ffmpeg-player playerctl espotify futhark-mode green-is-the-new-black-theme spotify jazz-theme)) + '(helm org-wc wc-mode ef-themes one-themes ayu-theme paper-theme magithub evil-tutor circe the-matrix-theme ac-emmet html5-schema htmlize ac-html-bootstrap ac-html organic-green-theme typing-game monkeytype hacker-typer org-pdftools pdf-tools gotham-theme linum-relative vterm dired-ranger ranger arc-dark-theme darktooth-theme latex-preview-pane telega uwu-theme w3m flames-of-freedom gnugo elcord mpv ffmpeg-player playerctl espotify futhark-mode green-is-the-new-black-theme spotify jazz-theme)) '(warning-suppress-types '((emacs) (defvaralias)))) (custom-set-faces ;; custom-set-faces was added by Custom. |