Skip to content

Instantly share code, notes, and snippets.

View wangyeee's full-sized avatar

Ye Wang wangyeee

  • Auckland, New Zealand
View GitHub Profile
;; Emacs startup file
(if window-system
(progn
(tool-bar-mode -1)
(setq frame-title-format '("%b [%m] Emacs " emacs-version))
(set-frame-size (selected-frame) 100 36))
(progn
(menu-bar-mode -1)
(setq ring-bell-function 'ignore)))
#using scripts\codescripts\struct;
#using scripts\shared\callbacks_shared;
#insert scripts\shared\shared.gsh;
#insert scripts\zm\_zm_utility.gsh;
//Perks
#using scripts\zm\_zm_perks;
//include these because not all maps have them
#using scripts\zm\_zm_perk_deadshot;