This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | FERRET = ferret | |
| INPUT = core.clj | |
| OUTPUT = core.ino | |
| ARDUINO = ~/Softwares/arduino-1.8.13/arduino | |
| BOARD = arduino:avr:diecimila:cpu=atmega168 | |
| PORT = /dev/ttyUSB0 | |
| RM = rm -f | |
| .PHONY: verify upload clean | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ;; Add to your init.el if you are facing issues with elpa.gnu.org | |
| (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | (source melpa) | |
| (source marmalade) | |
| (source gnu) | |
| (depends-on "ac-geiser") | |
| (depends-on "ac-js2") | |
| (depends-on "ac-math") | |
| (depends-on "ace-jump-mode") | |
| (depends-on "ag") | |
| (depends-on "auctex") | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ;;; Commentary: | |
| ;; font | |
| (set-frame-font "Inconsolata-14") | |
| ;(set-default-font "Source Code Pro-12") | |
| ;; taken from starter-kit | |
| (defalias 'yes-or-no-p 'y-or-n-p) | |
| (defalias 'auto-tail-revert-mode 'tail-mode) | |
| ;; compilation scroll |