This configuration is not maintained anymore. You should think twice before using it, Breaking change and security issue will likely eventually happens as any abandonned project.
#!/usr/bin/perl | |
# Emacs starter for Emacs mac port | |
# Thanks to Aquamacs Project and David Reitter | |
my $args = ""; | |
my $tmpfiles = ""; | |
for my $f (@ARGV) { |
lol |
# https://developers.google.com/identity/protocols/OAuth2ServiceAccount | |
key_json = File.read!("some-service-account-key-file.json") | |
key_map = JOSE.decode(key_json) | |
jwk = JOSE.JWK.from_pem(key_map["private_key"]) | |
jws = %{"alg" => "RS256"} | |
header = %{ |
SHA = "HEAD" | |
WATCH_TARGET = "test" | |
ifdef sha | |
SHA = $(sha) | |
endif | |
ifdef t | |
WATCH_TARGET = $(t) | |
endif |
Disclaimer: Please follow this guide being aware of the fact that I'm not an expert regarding the things outlined below, however I made my best attempt. A few people in IRC confirmed it worked for them and the results looked acceptable.
Attention: After following all the steps run gdk-pixbuf-query-loaders --update-cache
as root, this prevents various gdk-related bugs that have been reported in the last few hours. Symptoms are varied, and for Cinnamon the DE fails to start entirely while for XFCE the icon theme seemingly can't be changed anymore etc.
Check the gist's comments for any further tips and instructions, especially if you are running into problems!
Results after following the guide as of 11.01.2017 13:08:
;; Make tabbar groups based on projectile project membership | |
;;; Nice hack of the group function;; Make tabbar groups based on projectile project membership to add projectile aware-ness. | |
;;; Assign buffer with group name projectile project name if | |
;;; the buffer is within the project and associated to a file or process. | |
(use-package tabbar :ensure t | |
:after projectile | |
:config | |
(defun tabbar-buffer-groups () |
;; Assign typescript-mode to .tsx files | |
(add-to-list 'auto-mode-alist '("\\.tsx\\'" . typescript-mode)) | |
(require 'mmm-mode) | |
(setq mmm-global-mode t) | |
(setq mmm-submode-decoration-level 0) ;; Turn off background highlight | |
;; Add css mode for CSS in JS blocks | |
(mmm-add-classes | |
'((mmm-styled-mode |
"custom/events": { | |
"format": "{}", | |
"tooltip": true, | |
"interval": 300, | |
"format-icons": { | |
"default": "" | |
}, | |
"exec": "waybar-khal.py", | |
"return-type": "json" | |
}, |
nix-repl> :lf github:nix-community/emacs-overlay
nix-repl> :u (lib.x86_64-linux.emacsPackagesFor packages.x86_64-linux.emacs-git).emacsWithPackages(epkgs: [ inputs.nixpkgs.legacyPackages.x86_64-linux.emacsPackages.mistty ])
M-x mistty
in emacs:
Symbol’s value as variable is void: mistty-mode-map
:p inputs.nixpkgs.legacyPackages.x86_64-linux.emacsPackages.mistty.recipe.drvAttrs
See szermatt/mistty#14 for more possible insight, i. e. this would be the precise nix way: