aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-07-31 17:49:52 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-07-31 17:49:52 +0100
commit714e8d74ec05f44739f865e9389034180392abe7 (patch)
tree2e0a198e4d6f24e8b6ca6b77797052558330639e /Emacs
parenta1b6ba53b612775b70badef722e0c9703dac178c (diff)
downloaddotfiles-714e8d74ec05f44739f865e9389034180392abe7.tar.gz
dotfiles-714e8d74ec05f44739f865e9389034180392abe7.tar.bz2
dotfiles-714e8d74ec05f44739f865e9389034180392abe7.zip
Big push
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/config.org2
-rw-r--r--Emacs/.config/emacs/elisp/mpv.el2
-rw-r--r--Emacs/.config/emacs/elisp/personal-solarized-theme.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 6fed7a1..865cf62 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -3086,7 +3086,7 @@ GFLAGS=-Wall -Wextra -Werror -Wswitch-enum -std=c11
DFLAGS=-ggdb -fsanitize=address -fsanitize=undefined
RFLAGS=-O3
DEPFLAGS=-MT $@ -MMD -MP -MF
-ifeq
+ifeq ($(RELEASE), 1)
CFLAGS=$(GFLAGS) $(RFLAGS)
else
CFLAGS=$(GFLAGS) $(DFLAGS)
diff --git a/Emacs/.config/emacs/elisp/mpv.el b/Emacs/.config/emacs/elisp/mpv.el
index 0339dee..5560d39 100644
--- a/Emacs/.config/emacs/elisp/mpv.el
+++ b/Emacs/.config/emacs/elisp/mpv.el
@@ -27,7 +27,7 @@
(autoload #'ansi-color-for-comint-mode-on "ansi-color")
(autoload #'comint-output-filter "comint")
-(defvar mpv-ytdl-args "--ytdl-format=\"bestvideo[height<=1080][fps<=60]+bestaudio/best[height<=1920]\""
+(defvar mpv-ytdl-args "--ytdl-format=\"bestvideo[height<=1080][fps<=60]+bestaudio/best[height<=1080]\""
"Arguments for ytdl in mpv format.")
(defvar mpv-args "-v --profile=fast --hwdec=auto-copy"
diff --git a/Emacs/.config/emacs/elisp/personal-solarized-theme.el b/Emacs/.config/emacs/elisp/personal-solarized-theme.el
index f2c248f..962ab10 100644
--- a/Emacs/.config/emacs/elisp/personal-solarized-theme.el
+++ b/Emacs/.config/emacs/elisp/personal-solarized-theme.el
@@ -106,7 +106,7 @@
(((class color grayscale) (min-colors 88) (background dark)) (:foreground "grey70"))
(((class color) (min-colors 8) (background light)) (:foreground "green"))
(((class color) (min-colors 8) (background dark)) (:foreground "yellow"))))
- '(show-paren-match ((t (:foreground unspecified :background "#55ec55" :weight bold))))
+ '(show-paren-match ((t (:foreground unspecified :foreground "#55ec55" :weight bold))))
'(show-paren-mismatch ((t (:foreground "#01323d" :background "#ec1111" :weight bold))))
'(tab-bar ((t (:background "grey13"))))
'(tab-bar-tab ((t (:background "grey20" :foreground "white" :box (:color )))))