I hereby claim:
- I am khebbie on github.
- I am khebbie (https://keybase.io/khebbie) on keybase.
- I have a public key whose fingerprint is 47A7 715E ACA9 2DED 4A75 70B6 A7FC 89FB 1737 2EAF
To claim this, I am signing this object:
(defun dotspacemacs/layers () | |
(setq-default | |
dotspacemacs-configuration-layer-path '() | |
dotspacemacs-delete-orphan-packages t | |
dotspacemacs-distribution 'spacemacs | |
dotspacemacs-configuration-layers | |
`((auto-completion :variables | |
auto-completion-return-key-behavior nil |
# run this file as admin | |
Set-ExecutionPolicy Set-ExecutionPolicy | |
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) |
;; -*- mode: emacs-lisp -*- | |
;; This file is loaded by Spacemacs at startup. | |
;; It must be stored in your home directory. | |
(defun dotspacemacs/layers () | |
"Configuration Layers declaration." | |
(setq-default | |
;; List of additional paths where to look for configuration layers. | |
;; Paths must have a trailing slash (ie. `~/.mycontribs/') | |
dotspacemacs-configuration-layer-path '() |
set -g default-terminal "screen-256color" | |
# soften status bar color from harsh green to light gray | |
set -g status-bg '#777777' | |
set -g status-fg '#aaaaaa' | |
set -g status on | |
set -g status-keys vi | |
set -g history-limit 1000000 |
;; -*- mode: emacs-lisp -*- | |
;; This file is loaded by Spacemacs at startup. | |
;; It must be stored in your home directory. | |
(defun dotspacemacs/layers () | |
"Configuration Layers declaration." | |
(setq-default | |
;; List of additional paths where to look for configuration layers. | |
;; Paths must have a trailing slash (ie. `~/.mycontribs/') | |
dotspacemacs-configuration-layer-path '() |
defmodule Mix.Tasks.Import do | |
use Mix.Task | |
def run(_) do | |
# place your task code here | |
end | |
end |
[user] | |
name = Klaus Hebsgaard | |
email = [email protected] | |
[alias] | |
co = checkout | |
aa = add --all . | |
br = branch | |
ci = commit | |
fu = reset --hard | |
# Log display from screencast, with train tracks. |
require 'active_support' | |
require 'active_support/core_ext' | |
# load a gem that may or may not be handled by bundler in your directory | |
# see links above for details on this | |
def unbundled_require gem | |
if defined?(::Bundler) | |
# Have to check for a version to avoid gems with dashes, e.g. pry-rails | |
spec_path = Dir.glob("#{Gem.dir}/specifications/#{gem}-[0-9]*.gemspec").last | |
if spec_path.nil? |
SELECT | |
pg_terminate_backend(pid) | |
FROM | |
pg_stat_activity | |
WHERE | |
pid <> pg_backend_pid() | |
AND datname = 'database name'; |
I hereby claim:
To claim this, I am signing this object: