Big push
This commit is contained in:
@@ -3086,7 +3086,7 @@ GFLAGS=-Wall -Wextra -Werror -Wswitch-enum -std=c11
|
|||||||
DFLAGS=-ggdb -fsanitize=address -fsanitize=undefined
|
DFLAGS=-ggdb -fsanitize=address -fsanitize=undefined
|
||||||
RFLAGS=-O3
|
RFLAGS=-O3
|
||||||
DEPFLAGS=-MT $@ -MMD -MP -MF
|
DEPFLAGS=-MT $@ -MMD -MP -MF
|
||||||
ifeq
|
ifeq ($(RELEASE), 1)
|
||||||
CFLAGS=$(GFLAGS) $(RFLAGS)
|
CFLAGS=$(GFLAGS) $(RFLAGS)
|
||||||
else
|
else
|
||||||
CFLAGS=$(GFLAGS) $(DFLAGS)
|
CFLAGS=$(GFLAGS) $(DFLAGS)
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
(autoload #'ansi-color-for-comint-mode-on "ansi-color")
|
(autoload #'ansi-color-for-comint-mode-on "ansi-color")
|
||||||
(autoload #'comint-output-filter "comint")
|
(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.")
|
"Arguments for ytdl in mpv format.")
|
||||||
|
|
||||||
(defvar mpv-args "-v --profile=fast --hwdec=auto-copy"
|
(defvar mpv-args "-v --profile=fast --hwdec=auto-copy"
|
||||||
|
|||||||
@@ -106,7 +106,7 @@
|
|||||||
(((class color grayscale) (min-colors 88) (background dark)) (:foreground "grey70"))
|
(((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 light)) (:foreground "green"))
|
||||||
(((class color) (min-colors 8) (background dark)) (:foreground "yellow"))))
|
(((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))))
|
'(show-paren-mismatch ((t (:foreground "#01323d" :background "#ec1111" :weight bold))))
|
||||||
'(tab-bar ((t (:background "grey13"))))
|
'(tab-bar ((t (:background "grey13"))))
|
||||||
'(tab-bar-tab ((t (:background "grey20" :foreground "white" :box (:color )))))
|
'(tab-bar-tab ((t (:background "grey20" :foreground "white" :box (:color )))))
|
||||||
|
|||||||
@@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
case "$(printf "new\nstop\nrestart\neshell\nmail" | dmenu -p "eserver: ")" in
|
case "$(printf "new\nstop\nrestart\neshell\nmail" | dmenu -p "eserver: ")" in
|
||||||
"restart")
|
"restart")
|
||||||
emacsclient --eval "(save-buffers-kill-emacs)";
|
emacsclient --eval "(save-buffers-kill-emacs)" && \
|
||||||
emacs --bg-daemon;
|
emacs --bg-daemon && \
|
||||||
notify-send "eselect: Restarted Emacs server";;
|
notify-send "eselect: Restarted Emacs server";;
|
||||||
"stop")
|
"stop")
|
||||||
emacsclient --eval "(save-buffers-kill-emacs)";
|
emacsclient --eval "(save-buffers-kill-emacs)" && \
|
||||||
notify-send "eselect: Halted Emacs server";;
|
notify-send "eselect: Halted Emacs server";;
|
||||||
"new")
|
"new")
|
||||||
notify-send "eselect: Launching Emacs";
|
notify-send "eselect: Launching Emacs" && \
|
||||||
emacsclient -c -a "";;
|
emacsclient -c -a "";;
|
||||||
"eshell")
|
"eshell")
|
||||||
notify-send "eselect: Launching Eshell";
|
notify-send "eselect: Launching Eshell" && \
|
||||||
emacsclient -c -a "" --eval "(progn (eshell) (delete-other-windows))";;
|
emacsclient -c -a "" --eval "(progn (eshell) (delete-other-windows))";;
|
||||||
"mail")
|
"mail")
|
||||||
notify-send "eselect: Launching notmuch";
|
notify-send "eselect: Launching notmuch" && \
|
||||||
emacsclient -c -a "" --eval "(progn (notmuch) (delete-other-windows))";;
|
emacsclient -c -a "" --eval "(progn (notmuch) (delete-other-windows))";;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
personal_ws-1.1 en 148
|
personal_ws-1.1 en 150
|
||||||
Architecting
|
Architecting
|
||||||
Aryadev
|
Aryadev
|
||||||
Automorphism
|
Automorphism
|
||||||
@@ -138,6 +138,8 @@ summative
|
|||||||
supremum
|
supremum
|
||||||
surjection
|
surjection
|
||||||
surjective
|
surjective
|
||||||
|
syscall
|
||||||
|
syscalls
|
||||||
tokenise
|
tokenise
|
||||||
uncomputable
|
uncomputable
|
||||||
uncountably
|
uncountably
|
||||||
|
|||||||
Reference in New Issue
Block a user