From 0510b1953bce39bdc6a2eb1baad5ef7afdf421fc Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Tue, 30 Jul 2019 12:46:57 +0700 Subject: cleaned makefile, added doom-emacs and other small fixes --- basics/.config/alacritty/alacritty.yml | 18 ++++++++++++------ basics/.config/systemd/user/emacs.service | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) (limited to 'basics') diff --git a/basics/.config/alacritty/alacritty.yml b/basics/.config/alacritty/alacritty.yml index 6555b09..8c2ad85 100644 --- a/basics/.config/alacritty/alacritty.yml +++ b/basics/.config/alacritty/alacritty.yml @@ -43,8 +43,12 @@ window: # - buttonless: Title bar, transparent background, but no title bar buttons decorations: full - # When true, alacritty starts maximized. - start_maximized: false + # Startup mode + # Values: + # - Windowed + # - Maximized + # - Fullscreen + startup_mode: Maximized scrolling: # Maximum number of lines in the scrollback buffer. @@ -145,11 +149,13 @@ font: # effect. use_thin_strokes: true -# Display the time it takes to redraw each frame. -render_timer: false +# Debug options +debug: + # Display the time it takes to redraw each frame. + render_timer: false -# Keep the log file after quitting Alacritty. -persistent_logging: false + # Keep the log file after quitting Alacritty. + persistent_logging: false # If `true`, bold text is drawn using the bright color variants. draw_bold_text_with_bright_colors: true diff --git a/basics/.config/systemd/user/emacs.service b/basics/.config/systemd/user/emacs.service index f3d7df9..aea1af0 100644 --- a/basics/.config/systemd/user/emacs.service +++ b/basics/.config/systemd/user/emacs.service @@ -3,7 +3,7 @@ Description=Emacs text editor Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/ [Service] -Type=simple +Type=forking ExecStart=/usr/bin/emacs --fg-daemon ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)" Environment=SSH_AUTH_SOCK=%t/keyring/ssh -- cgit v1.2.3