Skip to content

Instantly share code, notes, and snippets.

View tharpa's full-sized avatar

Ra Kowalski tharpa

View GitHub Profile
@tharpa
tharpa / flycheck-objc.el
Created April 15, 2014 09:30
Flycheck Objective-C configuration
;;; flycheck-objc.el --- Flycheck for objc-mode. -*- lexical-binding: t; -*-
;; Copyright (C) 2014 Rafal Kowalski
;; Author: Rafal Kowalski <rafal.kowalski@mac.com>
;; Keywords: c, tools
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
@tharpa
tharpa / git ignore ssl verify
Created March 4, 2014 14:47 — forked from byplayer/git ignore ssl verify
Ignore wrong SSL certificates
export GIT_SSL_NO_VERIFY=true
@tharpa
tharpa / init.el
Created December 17, 2012 18:47
emacs RET newline-and-indent binding
(add-hook 'objc-mode-hook '(lambda ()
(local-set-key (kbd "RET") 'newline-and-indent)))
@tharpa
tharpa / ob-objc.el
Created December 18, 2011 06:50 — forked from peccu/ob-objc.el
org-babel functions for Objective-C language
;;; ob-objc.el --- org-babel functions for Objective-C languages
;; Copyright (C) 2010 Free Software Foundation, Inc.
;; Author: Kentarou Shimatani
;; Keywords: literate programming, reproducible research
;; Homepage: http://orgmode.org
;; Version: 7.01h