Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 610 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 610 Bytes

WAR THUNDER MISC

this will be the website of my personal war thunder thoughts.

CONTENTS

走线

载具评价

format

currently i will write this in emacs orgmode

todo

  • turn into web page

(defun browse-file-directory () "Open the current file's directory however the OS would." (interactive) (if default-directory (browse-url-of-file (expand-file-name default-directory)) (error "No `default-directory' to open")))

(shell-command (concat "start explorer /e,/select,"" (replace-regexp-in-string "/" "\\" (buffer-file-name)) """))