Remove deprecated stuff

This commit is contained in:
sbenner 2014-03-27 16:34:41 -04:00
parent 9d9c39f20f
commit 65a2e3bd4a
12 changed files with 0 additions and 92 deletions

View file

@ -1,12 +0,0 @@
;; Mappy files
(defvar mappyl_base_path (concat "/home/sbenner/dev/p4/virga1-sbenner-linux/"
"virga/users/sylvain/dev/services/API/XCloud/"
"Python/"))
(defvar mappyl_working_path (concat mappyl_base_path "src/tools/mappy"))
(defvar mappyl_output_path (concat mappyl_base_path
"src/xcloud/compute/resource/"))
(defun mappyl ()
(interactive)
(shell-command (concat "cd " mappyl_working_path
"&& python mappy.py -t wrapper -o " mappyl_output_path
" -xxx " mappyl_output_path "states.graphml")))

View file

@ -1,2 +0,0 @@
;; tools -----------------------------------------------------------------------
;; (evil-leader/set-key "!1" 'mappyl)

View file

@ -1,6 +0,0 @@
;; joining && autojoing
;; make sure to use wildcards for e.g. freenode as the actual server
;; name can be be a bit different, which would screw up autoconnect
(setq erc-autojoin-channels-alist
'(("10.140.40.21" "#deployment")))

View file

@ -1,12 +0,0 @@
(setq message-send-mail-function 'smtpmail-send-it
starttls-use-gnutls t
smtpmail-default-smtp-server "smtp-ncsa.ubisoft.org"
smtpmail-smtp-server "smtp-ncsa.ubisoft.org"
smtpmail-smtp-service 587)
;; something about ourselves
(setq
user-mail-address "sylvain.benner@ubisoft.com"
user-full-name "Sylvain Benner"
message-signature (concat "-Sylvain Benner - Team Stratus\n"
"http://stratus"))

View file

@ -1,4 +0,0 @@
;; half-width fringes
;; (set-fringe-mode '(4 . 4))
(load-theme 'solarized-light t)

View file

@ -1,12 +0,0 @@
;; Mappy files
(defvar mappyl_base_path (concat "/home/sbenner/dev/p4/virga1-sbenner-linux/"
"virga/users/sylvain/dev/services/API/XCloud/"
"Python/"))
(defvar mappyl_working_path (concat mappyl_base_path "src/tools/mappy"))
(defvar mappyl_output_path (concat mappyl_base_path
"src/xcloud/compute/resource/"))
(defun mappyl ()
(interactive)
(shell-command (concat "cd " mappyl_working_path
"&& python mappy.py -t wrapper -o " mappyl_output_path
" -xxx " mappyl_output_path "states.graphml")))

View file

@ -1,2 +0,0 @@
;; tools -----------------------------------------------------------------------
(evil-leader/set-key "!1" 'mappyl)

View file

@ -1,6 +0,0 @@
;; joining && autojoing
;; make sure to use wildcards for e.g. freenode as the actual server
;; name can be be a bit different, which would screw up autoconnect
(setq erc-autojoin-channels-alist
'(("10.140.40.21" "#deployment")))

View file

@ -1,12 +0,0 @@
(setq message-send-mail-function 'smtpmail-send-it
starttls-use-gnutls t
smtpmail-default-smtp-server "smtp-ncsa.ubisoft.org"
smtpmail-smtp-server "smtp-ncsa.ubisoft.org"
smtpmail-smtp-service 587)
;; something about ourselves
(setq
user-mail-address "sylvain.benner@ubisoft.com"
user-full-name "Sylvain Benner"
message-signature (concat "-Sylvain Benner - Team Stratus\n"
"http://stratus"))

View file

@ -1,4 +0,0 @@
;; (if window-system
;; (set-frame-size (selected-frame) 220 64))
(load-theme 'solarized-light t)

View file

@ -1,14 +0,0 @@
;; Mappy files
(defvar mappyl_base_path (concat "/home/sbenner/dev/p4/virga1-sbenner-linux/"
"virga/users/sylvain/dev/services/API/XCloud/"
"Python/"))
(defvar mappyl_working_path (concat mappyl_base_path "src/tools/mappy"))
(defvar mappyl_output_path (concat mappyl_base_path
"src/xcloud/compute/resource/"))
(defun mappyl ()
(interactive)
(shell-command (concat "cd " mappyl_working_path
"&& python mappy.py -t wrapper -o " mappyl_output_path
" " mappyl_output_path "states.graphml")))
(provide 'funcs-virga)

View file

@ -1,6 +0,0 @@
;; =============================================================================
;; Work bindings
;; =============================================================================
(provide 'keybindings-virga)