Skip to content

nathanvercaemert/.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs Installation

Emacs Configuration

Prerequisites

  • git must be installed for packages
    • Windows: remember to add bin and cmd (from git installation) to PATH

Link Configration File

  • Junction dowload:
  • Windows soft link from the folder containing junction.exe, run the following command:
    • ./junction.exe target-directory source-directory
    • source-directory is the dowload location of .emacs.d
    • directory is the directory from which Emacs loads init.el
  • Windows example command for link:
    • .\junction.exe C:\Users\nverc\AppData\Roaming\.emacs.d C:\Users\nverc\Dropbox\repositories\.emacs.d\

QMK

Windows

  • Download the latest msys bundle
  • setup msys qmk bundle
    • pacman -Syu (this may not be necessary and will require terminal restart)
    • qmk setup

Platform Agnostic

  • set defaults
    • qmk config user.keyboard=ergodox_ez
    • qmk config user.keymap=nathanvercaemert
  • “qmk compile” from root

first-available-hotkey.py

  • run from nathanvercaemert
  • python .\first-available-hotkey.py (python3?) filename function_key_number
  • python .\first-available-hotkey.py .\keymap.c 19

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published