Merged emacs file
This commit is contained in:
parent
bee7f8879f
commit
72f0b377f4
4 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
_dartlang:
|
_dartlang:
|
||||||
_errorsInitialized: true
|
_errorsInitialized: true
|
||||||
_firstRun: true
|
_firstRun: true
|
||||||
_version: "0.6.32"
|
_version: "0.6.33"
|
||||||
_flutterAnalytics:
|
_flutterAnalytics:
|
||||||
clientId: "5513e60a-abb3-4f83-ac72-3a9c0dd26c5c"
|
clientId: "5513e60a-abb3-4f83-ac72-3a9c0dd26c5c"
|
||||||
optIn: true
|
optIn: true
|
||||||
|
|
6
emacs.el
6
emacs.el
|
@ -64,12 +64,12 @@
|
||||||
'(custom-enabled-themes (quote (atom-one-dark)))
|
'(custom-enabled-themes (quote (atom-one-dark)))
|
||||||
'(custom-safe-themes
|
'(custom-safe-themes
|
||||||
(quote
|
(quote
|
||||||
("1160f5fc215738551fce39a67b2bcf312ed07ef3568d15d53c87baa4fd1f4d4e" default)))
|
("6254372d3ffe543979f21c4a4179cd819b808e5dd0f1787e2a2a647f5759c1d1" "1160f5fc215738551fce39a67b2bcf312ed07ef3568d15d53c87baa4fd1f4d4e" default)))
|
||||||
'(send-mail-function (quote smtpmail-send-it))
|
|
||||||
'(inhibit-startup-screen t)
|
'(inhibit-startup-screen t)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(stumpwm-mode slime muttrc-mode diff-hl magit wanderlust ## auctex yaml-mode typescript sass-mode php-mode outlined-elisp-mode monokai-theme markdown-mode fill-column-indicator edit-server dracula-theme dart-mode coffee-mode auto-complete atom-one-dark-theme atom-dark-theme))))
|
(stumpwm-mode slime muttrc-mode diff-hl magit wanderlust ## auctex yaml-mode typescript sass-mode php-mode outlined-elisp-mode monokai-theme markdown-mode fill-column-indicator edit-server dracula-theme dart-mode coffee-mode auto-complete atom-one-dark-theme atom-dark-theme)))
|
||||||
|
'(send-mail-function (quote smtpmail-send-it)))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
2
hyper.js
2
hyper.js
|
@ -4,7 +4,7 @@ module.exports = {
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
|
|
||||||
// font family with optional fallbacks
|
// font family with optional fallbacks
|
||||||
fontFamily: 'Hermit, Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',
|
fontFamily: 'Hermit, "DejaVu Sans Mono", "Lucida Console", monospace',
|
||||||
|
|
||||||
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
|
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
|
||||||
cursorColor: 'rgba(248,28,229,0.8)',
|
cursorColor: 'rgba(248,28,229,0.8)',
|
||||||
|
|
2
mmk2410
2
mmk2410
|
@ -4,7 +4,7 @@ echo """
|
||||||
Marcel Kapfer (mmk2410)
|
Marcel Kapfer (mmk2410)
|
||||||
aka Wilson O'Sullivan
|
aka Wilson O'Sullivan
|
||||||
|
|
||||||
Programmer, Composer, Blogger
|
Designer, Composer, Programmer
|
||||||
|
|
||||||
marcel-kapfer.de / mmk2410.org
|
marcel-kapfer.de / mmk2410.org
|
||||||
Twitter: @mmk2410
|
Twitter: @mmk2410
|
||||||
|
|
Loading…
Reference in a new issue