This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xkb_keymap { | |
xkb_keycodes "evdev+aliases(qwerty)" { | |
minimum = 8; | |
maximum = 255; | |
<ESC> = 9; | |
<AE01> = 10; | |
<AE02> = 11; | |
<AE03> = 12; | |
<AE04> = 13; | |
<AE05> = 14; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xkb_keymap { | |
xkb_keycodes "evdev+aliases(qwerty)" { | |
minimum = 8; | |
maximum = 255; | |
<ESC> = 9; | |
<AE01> = 10; | |
<AE02> = 11; | |
<AE03> = 12; | |
<AE04> = 13; | |
<AE05> = 14; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array(109) [ SpeechSynthesisVoice, SpeechSynthesisVoice, SpeechSynthesisVoice, SpeechSynthesisVoice, SpeechSynthesisVoice, SpeechSynthesisVoice, SpeechSynthesisVoice, SpeechSynthesisVoice, SpeechSynthesisVoice, SpeechSynthesisVoice, … ] | |
| |
[0…99] | |
| |
0: SpeechSynthesisVoice { voiceURI: "urn:moz-tts:speechd:Catalan?ca", name: "Catalan", lang: "ca", … } | |
| |
1: SpeechSynthesisVoice { voiceURI: "urn:moz-tts:speechd:Oriya?or", name: "Oriya", lang: "or", … } | |
| |
2: SpeechSynthesisVoice { voiceURI: "urn:moz-tts:speechd:Bishnupriya%20Manipuri?bpy", name: "Bishnupriya Manipuri", lang: "bpy", … } | |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; This doesn't do anything fancy, and right now it just prints | |
;; everything at the same level. | |
(load "/home/git/emacs-htmlize/htmlize.el") | |
(setenv "PATH" "/usr/local/texlive/2021/bin/x86_64-linux:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games") | |
(setq exec-path (append '("/usr/local/texlive/2021/bin/x86_64-linux") exec-path)) | |
(org-babel-do-load-languages | |
'org-babel-load-languages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; .emacs --- -*- lexical-binding: t; -*- | |
;;; Commentary: | |
;; :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
;; | |
;; ___ ___ ___ ___ ___ ___ ___ | |
;; / /\ /__/\ / /\ /__/\ / /\ / /\ / /\ | |
;; / /:/ \ \:\ / /:/_ | |::\ / /::\ / /:/ / /:/_ | |
;; / /:/ \__\:\ / /:/ /\ | |:|:\ / /:/\:\ / /:/ / /:/ /\ | |
;; / /:/ ___ ___ / /::\ / /:/ /:/_ __|__|:|\:\ / /:/~/::\ / /:/ ___ / /:/ /::\ | |
;; /__/:/ / /\ /__/\ /:/\:\ /__/:/ /:/ /\ /__/::::| \:\ /__/:/ /:/\:\ /__/:/ / /\ /__/:/ /:/\:\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; ~/.emacs.d/init.el | |
;;; Commentary: | |
;; This code does two things | |
;; - Shows a basic emacs configuration | |
;; - Sets up Org Mode and friends | |
;; It makes some assumptions about operating environment: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/helm-fd.el b/helm-fd.el | |
index 405e9270..6f8c7140 100644 | |
--- a/helm-fd.el | |
+++ b/helm-fd.el | |
@@ -77,11 +77,11 @@ | |
"Initialize fd process in an helm async source." | |
(let* (process-connection-type | |
(cmd (append helm-fd-switches (split-string helm-pattern " "))) | |
- (proc (apply #'start-process "fd" nil "fd" cmd)) | |
+ (proc (apply #'start-process "fd" nil helm-fd-executable cmd)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "UTF-8"; | |
/* | |
* Firn's default style sheet uses a modified version of: | |
* MVP.css v1.6.2 - https://github.com/andybrewer/mvp | |
* Change the default variables below to find a styling you like. | |
*/ | |
/* Reset / Overrides */ | |
*, |
This shows the result of mixing the usual firn_base.css with elements of tufte.css from https://github.com/edwardtufte/tufte-css
I tried to display one of my marginal notes as a div
rather than a
span
but that didn’t work.
NewerOlder