Preview update

pull/2/head
E. Almqvist 2 years ago
parent 20a3e194f1
commit f12a98a942
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 4
      emacs/.config/emacs/config.el
  2. 3
      oh-my-zsh/.oh-my-zsh/aliases.sh
  3. BIN
      preview.png

@ -3,13 +3,13 @@
user-mail-address "elalmqvist@gmail.com")
;; Theme
(load-theme 'doom-tomorrow-night t)
(load-theme 'doom-tomorrow-day t)
;; Font size
(set-face-attribute 'default nil :height 140 :family "Fira Code")
;; Enable line numbers
(global-display-line-numbers-mode -1)
(global-display-line-numbers-mode 1)
;; Indentaion
(setq

@ -18,3 +18,6 @@ alias setbri="xrandr --output eDP-1 --brightness"
# Cringe
alias gdb-multiarch="arm-none-eabi-gdb"
# Git stuff
alias gc="git add -A && git commit -m"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 KiB

After

Width:  |  Height:  |  Size: 271 KiB

Loading…
Cancel
Save