Compare commits

...

9 Commits

7 changed files with 15 additions and 15 deletions

View File

@ -17,8 +17,6 @@ window:
scrolling:
history: 0
tabspaces: 8
font:
normal:
family: Dina

View File

@ -2,6 +2,6 @@
*Menu.background: Black
*Menu.foreground: White
Oneko.reverse: true
Emacs.font: -*-Source Code Pro-semibold-r-normal-*-*-120-*-*-m-*-iso10646-1
Emacs.font: -*-Courier Prime Code-*-r-normal-*-*-120-*-*-m-*-iso10646-1
Emacs.width: 80
Emacs.height: 30

View File

@ -82,6 +82,9 @@
(agw-set-key "k" #'windmove-up)
(agw-set-key "l" #'windmove-right)
(agw-set-key "a" #'org-archive-to-archive-sibling)
(agw-set-key "A" #'org-force-cycle-archived)
(agw-key-map-mode)
(global-set-key (kbd "C-x C-<tab>") #'agw-key-map-mode)
@ -103,10 +106,11 @@
;; major modes
(use-package cc-mode
:mode (("\\.zsc\\'" . c-mode)
("\\.zc\\'" . c-mode))
:init
(setq c-auto-align-backslashes nil)
(defvaralias 'c-basic-offset 'tab-width)
(add-to-list 'auto-mode-alist '("\\.zsc\\'" . c-mode)))
(defvaralias 'c-basic-offset 'tab-width))
(use-package fish-mode
:ensure t
@ -122,11 +126,8 @@
(use-package markdown-mode
:ensure t
:hook ((markdown-mode . variable-pitch-mode)
(markdown-mode . flyspell-mode))
:config
(dolist (face '(markdown-inline-code markdown-code))
(set-face-attribute face nil :inherit 'fixed-pitch)))
:hook ((markdown-mode . flyspell-mode))
:mode (("\\.mdwn\\'" . markdown-mode)))
(use-package ruby-mode
:init

View File

@ -166,7 +166,7 @@ autorun 0
runiswalk 0
[0-8(7)] initial play screen size
screensize 8
screensize 7
[0-4(0)] screen brightness (gamma correction)
usegamma 0
@ -204,7 +204,7 @@ comp_stairs 1
[0-1(0)] Monsters can telefrag on MAP30 *
comp_telefrag 1
[0-1(1)] Some objects never move over tall ledges *
[0-1(0)] Some objects never move over tall ledges *
comp_dropoff 1
[0-1(0)] Objects don't fall off ledges under their own weight *
@ -448,7 +448,7 @@ hud_overlayid 0
hud_overlaylayout 2
[0-1(1)] fullscreen hud enabled *
hud_enabled 1
hud_enabled 0
[0-1(0)] hide kills/items/secrets info on fullscreen hud *
hud_hidestatus 0

View File

@ -77,3 +77,4 @@ bind f11 "gamma /"
bind f12 "quit"
bind mouse1 "attack"
bind mouse2 "altattack"
bind mouse8 "mdk"

View File

@ -1,5 +1,5 @@
[lutris]
migration_version = 5
migration_version = 6
dont-support-lutris = True
width = 948
height = 593

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec oneko -sakura -tofocus
#exec oneko -sakura -tofocus