-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
following
https://ianyepan.github.io/posts/emacs-emojis/
git clone https://github.com/mrbvrz/segoe-ui-linux
cd segoe-ui-linux
chmod +x install.sh
./emacs install.sh
delete cekkoneksi
function cekwget(){
echo -e "$BLUE [ * ] Checking for Wget"
@@ -194,7 +165,6 @@ function banner(){
main(){
clear
banner
- cekkoneksi
cekwget
cekfont
}
sudo apt install fontconfig
./install.sh
mkdir ~/.fonts/
cp fonts ~/.fonts/
my init.el
(defvar bootstrap-version)
(let ((bootstrap-file
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
(bootstrap-version 6))
(unless (file-exists-p bootstrap-file)
(with-current-buffer
(url-retrieve-synchronously
"https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el"
'silent 'inhibit-cookies)
(goto-char (point-max))
(eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage))
(straight-use-package 'magit)
(straight-use-package 'rustic)
(straight-use-package 'rust-mode)
(straight-use-package 'cargo-mode)
(straight-use-package 'lsp)
(straight-use-package 'emacs-emojify)
(setq emojify-display-style 'unicode)
(setq emojify-emoji-styles '(unicode))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels