Compare commits

...

2 Commits

@ -9,7 +9,6 @@
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
import:
- ~/.config/alacritty/dracula.yml
- ~/.config/alacritty/spacemacs.yml
env:
@ -122,7 +121,7 @@ font:
family: JetBrains Mono Nerd Font
style: Bold Italic
size: 11
size: 10
#font:
# Normal (roman) font face
#normal:

@ -1,6 +1,7 @@
;;; $DOOMDIR/user/org.el -*- lexical-binding: t; -*-
(require 'org)
(require 'ox-org)
(add-hook! 'org-mode-hook 'org-num-mode)
(after! org
(setq

@ -47,7 +47,7 @@ set confirm_on_delete multiple
# set preview_script ~/.config/ranger/scope.sh
# Use the external preview script or display simple plain text or image previews?
# set use_preview_script true
set use_preview_script true
# Automatically count files in the directory, even before entering them?
set automatically_count_files true
@ -114,7 +114,7 @@ set preview_images true
# Preview images in full color with the external command "ueberzug".
# Images are shown by using a child window.
# Only for users who run X11 in GNU/Linux.
set preview_images_method ueberzug
set preview_images_method kitty
# Delay in seconds before displaying an image with the w3m method.
# Increase it in case of experiencing display corruption.
@ -139,7 +139,7 @@ set show_hidden_bookmarks true
# Which colorscheme to use? These colorschemes are available by default:
# default, jungle, snow, solarized
set colorscheme dracula
set colorscheme default
# Preview files on the rightmost column?
# And collapse (shrink) the last column if there is nothing to preview?

Loading…
Cancel
Save